jb.normtest: Jarque Bera test for normality

View source: R/00_jb.norm.test.R

jb.normtestR Documentation

Jarque Bera test for normality

Description

Jarque Bera test for normality

Usage

jb.normtest(x, nrepl = 2000)

Arguments

x

a numeric vector of data values.

nrepl

the number of replications in Monte Carlo simulation.

Value

This function is extracted from the deprecated library normtest

Performs Jarque Bera test for the composite hypothesis of normality, see Jarque and Bera (1987).

Examples

#x <- rnorm(100)
# jb.normtest(x)

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