SWNormality: Performing Shapiro-Wilk Normality Test

Description Usage Arguments Value See Also Examples

View source: R/SWNormality.R

Description

SWNormality applies the Shapiro-Wilk Normality test and returns the resulting p-values as well as an "english" translation if the null hypothesis can be rejected or not: TRUE/FALSE at the 95 confidence level.

Usage

1
SWNormality(x, verbose = TRUE)

Arguments

x

A matrix-like R object

verbose

A logical indicator

Value

A dataframe of results

See Also

shapiro.test

Examples

1
2
3
4
5
6
7
## Not run: 
x <- data.frame("Norm1" = c(11.2,8.2,10.0,27.3,14.5,26.4,4.2,15.2,14.5,26.7))

SWNormality(x)


## End(Not run)

ckornafel/expldata documentation built on Dec. 27, 2019, 2:20 a.m.