internal.quantiles.mean.sd | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.