norm_check: Normality Test

Description Usage Arguments Examples

Description

Produce a distribution plot including a density curve, mean (red line), and median (blue line). A Shapiro-Wilk normality test is also run and results printed to console. Remember, if the Shapiro-Wilk test is significant the data is non-normally distributed.

Usage

1

Arguments

x

An R object. Accepts three forms of the extract operator, the slot operator is untested.

Examples

1
2
x <- sample(1:100, size = 1000, replace = TRUE)
norm_check(x)

jonathanbart/baxtr documentation built on May 23, 2019, 4:04 a.m.