Hi,

Does anyone know how to manipulate the confidence interval in the graph?
I would like to have an arrow for the lower confidence interval, so I don't have to have a broad x-axis. I would like it to have an x-axis of minimum 0.01. I have tried using "force", searching the web and in here.

Code:
gen lnor = ln(or)
gen lnlci = ln(lci)
gen lnuci = ln(uci)

admetan lnor lnlci lnuci, study(id) eform effect(OR)  ///
     nowt nooverall forestplot(nobox favours(Decreased Risk#Increased Risk) xlabel(0.01 0.05 0.1 0.2 0.5 1 2 5))
Send it to the Server

Can you help me?

Best regards,
Katrine