Learn R Programming

evidence (version 0.8.10)

nineplot: produces a Normality plot for the argument surrounded by eight other Normality plots for Normal distributions having the same mean and standard deviation as the argument

Description

Normality plots can be hard to judge if one is not experienced. This function plots a Normality plot for the data surrounded by eight other Normality plots for samples with the same mean and standard deviation that were randomly generated. The eight plots provide an idea of the variability to be expected in Normally distributed data.

Usage

nineplot(x)

Arguments

x

a vector of observations to be examined for Normality

Value

none produced: the function is used for the plot it produces

References

van Hulst, R. 2018. Evaluating Scientific Evidence. ms.

See Also

qqnorm

Examples

Run this code
# NOT RUN {
nineplot(rt(100, 2))
# }

Run the code above in your browser using DataLab