descriptive {AdequacyModel}R Documentation

descriptive - Calculation of descriptive statistics

Description

The function descriptive calculates the main descriptive statistics of a vector of data.

Usage

descriptive(x)

Arguments

x

Data vector.

Author(s)

Pedro Rafael Diniz Marinho pedro.rafael.marinho@gmail.com

Marcelo Bourguignon m.p.bourguignon@gmail.com

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988). The New S Language. Wadsworth & Brooks/Cole.

Examples

data(carbone)
descriptive(carbone)

[Package AdequacyModel version 2.0.0 Index]