Descriptives: Vectors of Univariate Sample Statistics

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
Descriptives(x,...)
## S4 method for signature 'atomic'
Descriptives(x,...)
## S4 method for signature '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

1
2
x <- rnorm(100)
Descriptives(x)

codebooks documentation built on May 2, 2019, 5:26 p.m.