Code:
Logistic outcome1 treatment price estimates store outcome1 logistic outcome2 treatment price estimates store outcome2 logistic outcome3 treatment price estimates store outcome3 coefplot outcome1 || outcome2 || outcome3, drop(_cons price) bycoefs xtitle(Odds ratio of treatment) 1.386 "4")
Code:
Code:
coeflabels(outcome1="Myocardial Infarction")
I then tried a shortcut to rename my models as the variables I want to see in graph.
I managed to get away with most variables renamed by storing the models as -estimates store MI-
The only limitation is that a model name such as : VTE&PE is not accepted by stata
Question 1:
Do you have any suggesstions?
Question 2:
Do you have an idea if I can add the p-values; at outcome1 or is the only alternative to add as notes?
Comment