Hi Statalist
I am using admetan to make a forest plot (not interested in the meta analysis aspect). My code so far is:
This however gives a "line" that runs through 0. As I'm working with HR I would like it to run through 1. I tried to used
however this is not recognised - is there a different solution?
I would also like to remove the grey square around the diamond if possible?
I have attached a screenshot but no data:

I am using admetan to make a forest plot (not interested in the meta analysis aspect). My code so far is:
Code:
admetan Hazard_ratio Lower_CI Upper_CI, /// nooverall /// nosubgroup /// study(Analysis_name) /// by(Order) /// forestplot(xlab(0.4 1.8)) /// nowt /// effect (Hazard ratio)
Code:
null(0)
I would also like to remove the grey square around the diamond if possible?
I have attached a screenshot but no data:
Comment