Skip to content
Prev 167277 / 398502 Next

bootstrap validation of LR error message

on 01/16/2009 02:19 PM A Van Dyke wrote:
You appear to be trying to use the validate() function from Frank
Harrell's Design package.

However, you are attempting to use it with a glm() created from R's
stats package. The two don't mix.

If you want to use Frank's validate() function, you will need to create
your logistic regression model using Frank's lrm() function.

See ?lrm and ?validate.lrm for more information.

HTH,

Marc Schwartz