Dear Stata experts.
I am trying to calculate the ‘Minimal important change’ in a dataset by reproducing the method outlined in the article:
Terluin B, Eekhout I, Terwee CB, de Vet HC. Minimal important change (MIC) based on a predictive modeling approach was more precise than MIC based on ROC analysis. J Clin Epidemiol. 2015;68(12):1388-96.
The method makes use of a logistic regression model: ln(oddspost) = C + BX * X
and this was translated into the following Stata command:
glm anc change, family(binomial) link(logit)
The article describes that the correlation rc-bx (i.e. the correlation between C and Bx) is needed to determine the MIC, however, I am not sure how to obtain this correlation using Stata?
Can anyone help me obtaining this correlation coefficient?
I am trying to calculate the ‘Minimal important change’ in a dataset by reproducing the method outlined in the article:
Terluin B, Eekhout I, Terwee CB, de Vet HC. Minimal important change (MIC) based on a predictive modeling approach was more precise than MIC based on ROC analysis. J Clin Epidemiol. 2015;68(12):1388-96.
The method makes use of a logistic regression model: ln(oddspost) = C + BX * X
and this was translated into the following Stata command:
glm anc change, family(binomial) link(logit)
The article describes that the correlation rc-bx (i.e. the correlation between C and Bx) is needed to determine the MIC, however, I am not sure how to obtain this correlation using Stata?
Can anyone help me obtaining this correlation coefficient?
Comment