Learn R Programming

ibr (version 1.3.1)

print.summary.ibr: Printing iterative bias reduction summaries

Description

print method for class summary.ibr.

Usage

## S3 method for class 'summary.ibr':
print(x,displaybw=FALSE, digits =
max(3, getOption("digits") - 3), ...)

Arguments

Value

The function print.summary.ibr prints a list of summary statistics of the fitted iterative bias reduction model given in x.

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)
summary(res.ibr)
predict(res.ibr)

Run the code above in your browser using DataLab