Learn R Programming

AdequacyModel (version 2.0.0)

descriptive: 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.

References

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

Examples

Run this code
data(carbone)
descriptive(carbone)

Run the code above in your browser using DataLab