Learn R Programming

oosse (version 1.0.11)

boot632: The .632 bootstrap estimation of the MSE

Description

The .632 bootstrap estimation of the MSE

Usage

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

Value

The MSE estimate

Arguments

y

The vector of outcome values

x

The matrix of predictors

id

the sample indices resampled 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 bootOob