Describe Moments
describeMoments.Rd
Provides a table of descriptive/summary statistics for a data set.
Usage
# S3 method for class 'data.frame'
describeMoments(frame, ...)
# S3 method for class 'formula'
describeMoments(formula, ...)
# S3 method for class 'wsm'
describeMoments(moments, ...)
# S3 method for class 'bsm'
describeMoments(moments, ...)
Value
The returned frame contains the following components:
- N
the number of individuals for the variables or groups
- M
the mean for the variables or groups
- SD
the standard deviation for the variables or groups
- Skew
an index of skewness for the variables or groups
- Kurt
an index of kurtosis for the variables or groups