Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    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:
    Code:
    coefplot model1, bylabel(<65) ///
    || model2, bylabel(>=65) ///
    ...
    But when:
    Code:
    coefplot_mlbl model1, bylabel(<65) ///
    || model2, bylabel(>=65) ///
    ...
    ... 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:
    Click image for larger version

Name:	Subgroup_Forest_SG_94.png
Views:	1
Size:	63.2 KB
ID:	1629852


    Thank you for the great work you provided!

    Comment

    Working...
    X