harrelfe / rms

Regression Modeling Strategies
https://hbiostat.org/R/rms
Other
172 stars 48 forks source link

calibrate following aregImpute and fit.mult.impute #101

Closed vahabo closed 3 years ago

vahabo commented 3 years ago

Hello, I multiply imputed missing data with aregImpute and fitted a logistic model with fit.mult.impute. How can I use calibrate and validate. Both gives the error "Error in calibrate.default(.fit) : fit did not use x=TRUE,y=TRUE" How can I add x=TRUE,y=TRUE to the fit thank you in advance

harrelfe commented 3 years ago

validate and calibrate do not handle the case where multiple imputation has been done.