Hello,
I fitted a logistic regression model using lrm
some days back and computed predictions using both rms::Predict
and stats::predict
with no problems. However, I have been having problems since yesterday with the following message
Error in reformulate(attr(termobj, “term.labels”)[-dropx], response = if (keep.response) termobj[[2L]], : ‘termlabels’ must be a character vector of length at least one
Using the predict
in the stats package returned the same error. Anyone else has the same experience?