Vectors of Univariate Sample Statistics
Descriptives(x)
gives a vector of sample statistics
for use in codebook
.
Descriptives(x,...) ## S4 method for signature 'atomic' Descriptives(x, weights = NULL, ...) ## S4 method for signature 'item.vector' Descriptives(x, weights = NULL, ...)
x |
an atomic vector or |
weights |
an optional vector of weights. |
... |
further arguments, to be passed to future methods. |
A numeric vector of sample statistics, containing the range, the mean, the standard deviation, the skewness and the (excess) kurtosis.
x <- rnorm(100) Descriptives(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.