Dear statalisters,
I am trying to use combomarginsplot on stat 15.1 but i get an error message that says "this is version 15.1 of Stata; it cannot run version 16.0 programs"
Is there another command that works on stata 15.5 and that can do the same think.
my code is
thanks in advance
I am trying to use combomarginsplot on stat 15.1 but i get an error message that says "this is version 15.1 of Stata; it cannot run version 16.0 programs"
Is there another command that works on stata 15.5 and that can do the same think.
my code is
Code:
logit prediabeteshba1c VAI i.agecat5 if sex==1 & bmicat2==1
margins i.agecat5, saving (file1, replace)
logit prediabeteshba1c zwhtr1 i.agecat5 if sex==1 & bmicat2==1
margins i.agecat5, saving (file2, replace)
combomarginsplot file1 file2, labels("healthy" "disease") noci

Comment