Learn R Programming

oosse (version 1.0.11)

bootOob: The oob bootstrap (smooths leave-one-out CV)

Description

The oob bootstrap (smooths leave-one-out CV)

Usage

bootOob(y, x, id, fitFun, predFun)

Value

matrix of errors and inclusion times

Arguments

y

The vector of outcome values

x

The matrix of predictors

id

sample indices sampled with replacement

fitFun

The function for fitting the prediction model

predFun

The function for evaluating the prediction model

Details

The implementation follows Efron1997oosse

References

See Also

estMSE boot632