Hi Dr. Harell,
One of the objectives of my final project is using binary logistic regression models to predict conversion from normal cognitive function to either mild cognitive impairment (MCI) or Alzheimer's Disease for a baseline normal population.
Currently, my outcome variable "conversion" is a binary factor. I was thinking "conversion" could potentially be an ordered factor for a normal population (whether they convert to MCI or directly to Alzheimer's Disease). I was reading the documentation for aregImpute and transcan, and the transcan documentation stated that fit.mult.impute will not work with a proportional odds model. How would you recommend imputing data if an ordinal variable is the outcome of interest?
Thanks!