Learn R Programming

ibr (version 1.3.1)

predict.ibr: Predicted values using iterative bias reduction smoothers

Description

Predicted values from iterative bias reduction object. Missing values are not allowed.

Usage

## S3 method for class 'ibr':
predict(object, newdata, interval=
 c("none", "confidence", "prediction"), ...)

Arguments

Value

Produces a vector of predictions.

References

Cornillon, P. A., Hengartner, N. and Matzner-Lober, E. (2009) Recursive Bias Estimation for high dimensional regression smoothers. submitted.

See Also

ibr, summary.ibr

Examples

Run this code
data(ozone, package = "ibr")
res.ibr <- ibr(ozone[,-1],ozone[,1],df=1.2,K=1:500)
summary(res.ibr)
predict(res.ibr)

Run the code above in your browser using DataLab