Computes skewness and kurtosis measures with optional small-sample adjustments and plain-language interpretations.
Arguments
- x
Numeric sample vector.
- method
Estimator choice for the shape measure.
- na_rm
Logical; if
TRUE, remove missing values before computing the measure.- digits
Integer number of decimal places used only for printed output.
- quiet
Logical; if
TRUE, suppress printed output.- excess
Logical; for
kurt(), whether to report excess kurtosis instead of Pearson kurtosis.