Learn R Programming

epiDisplay (version 3.5.0.2)

shapiro.qqnorm: Qqnorm plots with Shapiro-Wilk's test

Description

Quantile-normal plots with Shapiro-Wilk's test result integrated

Usage

shapiro.qqnorm (x, ...)

Arguments

x

A numeric vector

...

Graphical parameters passed to 'par'

Details

To test a variable 'x' against the normal distribution, a qqnorm plot is integrated with the Shapiro-Wilk test to enhance interpretation.

See Also

'shapiro.test', 'qqnorm', 'par'

Examples

Run this code
# 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