[R] bootstrap validation of LR error message

A Van Dyke avandyk at med.wayne.edu
Fri Jan 16 21:19:37 CET 2009


when i try to validate my logistic regression model:

fit<-glm(y~x,binomial,data=dataname,x=TRUE,y=TRUE)
validate(fit,method="boot",B=150,...)

i get the following error message:

Error in UseMethod("validate") : no applicable method for "validate"

any insight would be appreciated.  many thanks!
-- 
View this message in context: http://www.nabble.com/bootstrap-validation-of-LR-error-message-tp21507695p21507695.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list