I am trying to create a forest plot using metan with a standardized scale of -24, 0, 1, 2, 5, 10, 41, 65. I want to set equidistant space between these ticks. Stata uses the given points on the x-axis with a linear scale, but for example, I want to have equal space between (-24-0) and (0-1) and etc.
I appreciate any suggestion to deal with this issue.
Here is the code
Code:
metan RR LRR URR, label(namevar=study) random effect(RR) xlab(-24, 0, 1, 2, 5, 10, 41, 65)
0 Response to x-axis scale for metan
Post a Comment