internal.quantiles.mean.sd {simitation} | R Documentation |
Computes the specified quantiles, mean, and standard deviation for the given data.
internal.quantiles.mean.sd(x, the.quantiles, na.rm = TRUE)
x |
A numeric vector. |
the.quantiles |
A numeric vector of quantile values. |
na.rm |
A logical indicating if missing values should be removed. |
A data table with summary statistics.