plot.QRS {ADVICE}R Documentation

plot.QRS

Description

By default, this function plots residuals from the interrupted coefficient estimation selection model versus the corresponding fitted values. Alternatively, options to obtain a normal QQ plot or a scale-location plot of the residuals are also available.

Usage

## S3 method for class 'QRS'
plot(x, normqq = FALSE, scaleloc = FALSE, ...)

Arguments

x

an object of QRS class

normqq

a logical value, if TRUE, a normal QQ plot of the residuals will be plotted.

scaleloc

a logical value, if TRUE, a scale-location plot of the residuals will be plotted.

...

arguments to be passed to plot methods, such as graphical parameters (see par).

Value

No return value

Author(s)

Ladan Tazik, W.J. Braun

See Also

plot.lm


[Package ADVICE version 1.0 Index]