Description Usage Arguments Examples
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.
1 | norm_check(x)
|
x |
An R object. Accepts three forms of the extract operator, the slot operator is untested. |
1 2 | x <- sample(1:100, size = 1000, replace = TRUE)
norm_check(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.