proc causalmed data=b all;
class dementia pegender edugroup cluster5/ref=first;
model dementia = gdsf cluster5 ;
mediator gdsf = cluster5; covar age pegender edugroup;
Bootstrap NBoot=5000;
run;
I used the code as showed above. But the results always showed with the "Percentage Due to Interaction" although I didn't add an interaction variety in the model. Can anyone help me, please?
... View more