Dear Ben,
Sorry for bringing up an old post but I thought it made sense to continue in this very informative thread.
The code you provided in this thread and in the documentation on creating and running the program to align estimates and 95%CI on the right side works excellent. I have two additional questions though:
1)
Is it possible to use "bylabel" when doing this? The bylabel works under other circumstances when doing:
But when:
... I get an "Invalid bylabel"
2)
Is it possible to include a matrix in the plot (without plotting it). Lets say that for agegroups I want the number and percentages of patients that e.g. died within each group of a variable (here <65 and >=65). Similar to this image:

Thank you for the great work you provided!
Sorry for bringing up an old post but I thought it made sense to continue in this very informative thread.
The code you provided in this thread and in the documentation on creating and running the program to align estimates and 95%CI on the right side works excellent. I have two additional questions though:
1)
Is it possible to use "bylabel" when doing this? The bylabel works under other circumstances when doing:
Code:
coefplot model1, bylabel(<65) /// || model2, bylabel(>=65) /// ...
Code:
coefplot_mlbl model1, bylabel(<65) /// || model2, bylabel(>=65) /// ...
2)
Is it possible to include a matrix in the plot (without plotting it). Lets say that for agegroups I want the number and percentages of patients that e.g. died within each group of a variable (here <65 and >=65). Similar to this image:
Thank you for the great work you provided!
Comment