powered by
Quantile-normal plots with Shapiro-Wilk's test result integrated
shapiro.qqnorm (x, ...)
A numeric vector
Graphical parameters passed to 'par'
To test a variable 'x' against the normal distribution, a qqnorm plot is integrated with the Shapiro-Wilk test to enhance interpretation.
'shapiro.test', 'qqnorm', 'par'
# NOT RUN { x <- rnorm(10) a <- LETTERS[1:10] shapiro.qqnorm(x, pch=a, col="red") qqline(x, lty=2, col="black") # }
Run the code above in your browser using DataLab