Learn R Programming

ibr (version 1.4.5)

summary.ibr: Summarizing iterative bias reduction fits

Description

summary method for class ibr.

Usage

## S3 method for class 'ibr':
summary(object,  criteria="call", \dots)

Arguments

Value

The function summary.ibr computes and returns a list of summary statistics of the fitted iterative bias reduction smoother given in object

References

Cornillon, P.-A.; Hengartner, N.; Jegou, N. and Matzner-Lober, E. (2012) Iterative bias reduction: a comparative study. Statistics and Computing. Doi: 10.1007/s11222-012-9346-4

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