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