internal.quantiles.mean.sd {simitation} | R Documentation |
Internal function for Quantile, Mean, and Standard Deviation Calculation
Description
Computes the specified quantiles, mean, and standard deviation for the given data.
Usage
internal.quantiles.mean.sd(x, the.quantiles, na.rm = TRUE)
Arguments
x |
A numeric vector. |
the.quantiles |
A numeric vector of quantile values. |
na.rm |
A logical indicating if missing values should be removed. |
Value
A data table with summary statistics.
[Package simitation version 0.0.7 Index]