normality: Normality: 17 standard univariate normality tests in a single...

Description Usage Arguments Details Value Examples

View source: R/normality.R

Description

Normality: 17 standard univariate normality tests in a single wrapper.

Usage

1
normality(values)

Arguments

values

A numerical vector of values

Details

The package is just a simple wrapper to the moments, normtest, nortest, stats and mhde packages where these functions are implemented.

Value

A tibble containing the results of performing the following normality tests:

Examples

1
2
3
# Test normal random deviates:
values <- rnorm(100)
normality(values)

alastairrushworth/normality documentation built on Oct. 14, 2019, 2:48 p.m.