Plot method for objects of class backf.

# S3 method for backf
plot(x, ask = FALSE, which = 1:np, ...)

Arguments

x

an object of class backf, a result of a call to backf.cl or backf.rob.

ask

logical value. If TRUE, the graphical device will prompt for confirmation before going to the next page/screen of output.

which

vector of indices of explanatory variables for which partial residuals plots will be generaetd. Defaults to all available explanatory variables.

...

additional other arguments. Currently ignored.

Author

Alejandra Mercedes Martinez ale_m_martinez@hotmail.com

Examples

tmp <- backf.rob(Ozone ~ Solar.R + Wind + Temp, data=airquality, subset=complete.cases(airquality), windows=c(136.7, 8.9, 4.8), degree=1) plot(tmp, which=1:2)