powered by
backf
Plot method for objects of class backf.
# S3 method for backf plot(x, ask = FALSE, which = 1:np, ...)
an object of class backf, a result of a call to backf.cl or backf.rob.
backf.cl
backf.rob
logical value. If TRUE, the graphical device will prompt for confirmation before going to the next page/screen of output.
TRUE
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.
Alejandra Mercedes Martinez ale_m_martinez@hotmail.com
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)
Run the code above in your browser using DataLab