
Last chance! 50% off unlimited learning
Sale ends in
Descriptives(x)
gives a vector of sample statistics
for use in codebook
.
Descriptives(x,...)
# S4 method for atomic
Descriptives(x, weights = NULL, ...)
# S4 method for item.vector
Descriptives(x, weights = NULL, ...)
an atomic vector or "item.vector"
object.
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.
# NOT RUN {
x <- rnorm(100)
Descriptives(x)
# }
Run the code above in your browser using DataLab