Learn R Programming

SciencesPo (version 1.3.9)

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

x
An Robject.
na.rm
a logical value indicating whether NA should be stripped before the computation proceeds.