Estimates the MCID from change scores anchored to an external improvement
indicator. "roc" returns the change cut-off that maximizes the Youden
index for classifying the anchor; "mean_change" the mean change among
the (minimally) improved; "predictive" the change at which a logistic
model of the anchor crosses probability 0.5.
Arguments
- change
Numeric change scores (follow-up minus baseline).
- anchor
Improvement indicator aligned to
change: logical, or 0/1, where TRUE/1 marks an (minimally) improved case.- method
"roc"(default),"mean_change"or"predictive".- direction
"increase"(default) if a higher change means improvement, or"decrease"if a lower change does.