test_norm: Tests of normality

View source: R/test_norm.R

test_normR Documentation

Tests of normality

Description

Use 5 methods for estimate test normality

Usage

test_norm(x)

Arguments

x

a numeric vector of data values

Value

p.value

the p-value for the test.

Author(s)

Pablo Marin

Examples

x <- rnorm(200, 20, 40)
out <- test_norm(x)


PabloMBooster/fenix documentation built on Sept. 7, 2024, 9:19 a.m.