Learn R Programming

SciencesPo (version 1.3.9)

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

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