diagnplot: 4-Plot diagnostic plots

Description Usage Arguments References

View source: R/diagnplot.R

Description

Prints 4-plot that test the typical measurement processassumptions that the data from the process at hand "behave like": (1) random drawings; (2) from a fixed distribution; (3) with the distribution having fixed location; (4) and with the distribution having fixed variation.

Usage

1
2
diagnplot(x, plots = c("runseq", "lag", "hist", "qqnorm"), ask = TRUE, ...,
  vnam)

Arguments

x

a vector.

plots

a vector of names of plots: "runseq", "lag", "acf", "hist", "density", "qqnorm" or simply "all".

ask

logical; if TRUE, the user is asked before each plot.

...

additional graphical parameters.

vnam

a name of the variable to apperar on plots.

References

NIST/SEMATECH e-Handbook of Statistical Methods, April, 2012. http://www.itl.nist.gov/div898/handbook/eda/section3/4plot.htm


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.