Skip to content
Prev 172292 / 398502 Next

logistic regression model validation through bootstrapping

Install the Design and Hmisc package then do:
library(Design)
?validate.lrm
?calibrate

Resampling methods such as the bootstrap and cross-validation assume you 
have done no model/variable selection outside the bootstrap look, i.e., 
you let the bootstrap repeat all modeling steps that used Y.  validate 
and calibrate only support backward stepdown variable selection, but if 
you are using full pre-specified model fits, this is even easier.

Frank
Vivienne_O.Ozohili at boimail.com wrote: