| Normality | R Documentation |
Check normality through Shapiro-Wilks test
Normality(x, p=0.05)
x |
numerical vector |
p |
level of significance |
Normality via Shapiro-Wilks test. Kolmogorov-Smirnov is apparently too weak for small samples. The word of caution: this function only helps to decide if the data complains with parametric methods ("normal").
Character vector of length one.
Alexey Shipunov
qqnorm, hist, rnorm
Normality(rnorm(100)) sapply(trees, Normality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.