skewness.norm.test: Skewness test for normality

View source: R/normtest.R

skewness.norm.testR Documentation

Skewness test for normality

Description

Skewness test for normality

Usage

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

Arguments

x

a numeric vector of data values.

nrepl

the number of replications in Monte Carlo simulation.

Value

Performs skewness 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
#skewness.norm.test(rnorm(100))

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