Descriptive statistics
Computes descriptive statistics from a vector of numbers.
epi.descriptives(dat, conf.level = 0.95)
dat |
vector for which descriptive statistics will be calculated. |
conf.level |
magnitude of the returned confidence intervals. Must be a single number between 0 and 1. |
A list containing the following:
arithmetic |
|
geometric |
|
symmetry |
|
id <- 1:1000 tmp <- rnorm(1000, mean = 0, sd = 1) id <- sample(id, size = 20) tmp[id] <- NA epi.descriptives(tmp, conf.level = 0.95)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.