plot.ibr {ibr} | R Documentation |
One plot is currently available: a plot of residuals against fitted values.
## S3 method for class 'ibr': plot(x,... )
x |
Object of class ibr . |
... |
Further arguments passed to or from other methods. |
The function plot.ibr
computes and returns a list of summary
statistics of the fitted iterative bias reduction smoother given in object
Pierre-Andre Cornillon, Nicolas Hengartner and Eric Matzner-Lober.
Cornillon, P. A., Hengartner, N. and Matzner-Lober, E. (2009) Recursive Bias Estimation for high dimensional regression smoothers. submitted.
## Not run: data(ozone, package = "ibr") res.ibr <- ibr(ozone[,-1],ozone[,1],df=1.2) plot(res.ibr) ## End(Not run)