stdkurtosis: Standard Error of Kurtosis
Description
Generate the standard error of the kurtosis.Usage
stdkurtosis(x, na.rm = TRUE)## S3 method for class 'default':
stdkurtosis(x, na.rm = TRUE)
## S3 method for class 'data.frame':
stdkurtosis(x, na.rm = TRUE)
Arguments
na.rm
a logical value indicating whether NA
should be stripped before the computation proceeds.