epi.descriptives {epiR} | R Documentation |
Computes descriptive statistics from a vector of numbers.
epi.descriptives(dat, quantile = c(0.05, 0.95))
dat |
vector for which descriptive statistics will be calculated. |
quantile |
vector of length two specifying quantiles to be calculated. |
tmp <- rnorm(1000, mean = 0, sd = 1) epi.descriptives(tmp, quantile = c(0.05, 0.95))