nineplot {evidence}R Documentation

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

Author(s)

Robert van Hulst

References

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

See Also

qqnorm

Examples

nineplot(rt(100, 2))

[Package evidence version 0.8.10 Index]