backfplot.backf.RdPlot method for objects of class backf.
# S3 method for backf plot(x, ask = FALSE, which = 1:np, ...)
| x | an object of class |
|---|---|
| ask | logical value. If |
| 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. |
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)