kurtosis.norm.test: Kurtosis test for normality

View source: R/normtest.R

kurtosis.norm.testR Documentation

Kurtosis test for normality

Description

Kurtosis test for normality

Usage

kurtosis.norm.test(x, nrepl = 2000)

Arguments

x

a numeric vector of data values.

nrepl

the number of replications in Monte Carlo simulation.

Value

Performs kurtosis test for the composite hypothesis of normality, see, e.g., Shapiro, Wilk and Chen (1968).

Examples

# This function is extracted from the deprecated library normtest
#kurtosis.norm.test(rnorm(100))

Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.