Announcement

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

  • Displaying symbols in value labels

    Hi, is there a way to display math symbols like "greater than or equal to" as value labels and have them printed as titles for subgroups in a forest plot (figure below)?

    Click image for larger version

Name:	Screenshot 2023-02-03 at 1.16.19 PM.png
Views:	1
Size:	3.8 KB
ID:	1700132


    My dataset looks like this
    First author and year Values Population
    ..... ..... PLHIV (median CD4 <350)
    ..... ..... PLHIV (median CD4 "greater than or equal to" 350)
    ..... ..... .....
    Thanks!

  • #2
    You can try this:
    Code:
    (median CD4 {&ge}350)
    I'm not sure it will work in your context, but it's worth a try.

    Comment

    Working...
    X