Learn R Programming

memisc (version 0.96-10)

Descriptives: Vectors of Univariate Sample Statistics

Description

Descriptives(x) gives a vector of sample statistics for use in codebook.

Usage

Descriptives(x,...)
## S3 method for class 'atomic':
Descriptives(x,...)
## S3 method for class 'item.vector':
Descriptives(x,...)

Arguments

x
an atomic vector or "item.vector" object.
...
further arguments, to be passed to future methods.

Value

  • A numeric vector of sample statistics, containing the range, the mean, the standard deviation, the skewness and the (excess) kurtosis.

Examples

Run this code
x <- rnorm(100)
Descriptives(x)

Run the code above in your browser using DataLab