powered by
Check normality through Shapiro-Wilks test
Normality(x, p=0.05)
numerical vector
level of signficance
Character vector of length one.
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").
qqnorm, hist, rnorm
qqnorm
hist
rnorm
# NOT RUN { Normality(rnorm(100)) sapply(trees, Normality) # }
Run the code above in your browser using DataLab