Dear Memders,
I want to detect the effect modification of "antihypertensive medcaition" between my expouse : stroke and outcome: raised Blood Pesure. The varible "rbpmi" is after mutiple imputation. I have use
to performm the Breslow-day test. But when I use
Stata said cc commend is not supported by mi estimate. Coule anyone tell me what codes should use for post-imputated variable?
Many Thanks! Roth
I want to detect the effect modification of "antihypertensive medcaition" between my expouse : stroke and outcome: raised Blood Pesure. The varible "rbpmi" is after mutiple imputation. I have use
Code:
cc rbpmi stroke, by(medication) bd
Code:
mi estmate: cc rbpmi stroke, by(medication) bd
Many Thanks! Roth