qqnormGOF.Rd
QQ-norm GOF qqnorm plots with reference line and caption added as reurned by get.caption
qqnormGOF(
data,
sample,
title = "",
color = "",
fx = NULL,
refline = TRUE,
control = GOF.control()
)
data.frame to plot
character string with name of column for x
title
data columns to set different colors in plot, interpreted as factor
function for transformation of x before plotting
add reference line (default =TRUE) or not (FALSE)
an optional list of control settings. See GOF.control for the names of the settable control values and their effect.
dd<-data.frame(CWRES=rnorm(100))
qqnormGOF(dd,"CWRES")