Hi All,

I am new to this forum and looking for some advice! I am conducting a systematic review meta-analysis using metan command, and for some reason when I try to add xlabels to my command I constantly get an invalid label specifier error message which looks like this:

My code:
metan a b c d if risk_factor=="Sex", or random by (risk_factor) sgweight nowarning lcols(study year country agegroup agerange ) texts(230) xlabel(0.0,0.5,1.0,2.0,3.0,4.0) force

Error message:
invalid label specifier, : 0 "1" . "0" -.6931471805599453 ".5" 0 "1" .6931471805599453 "2" 1.09861228866811 "3" 1.386294361119891 "4":

I've used metan many times before and never had this error message, so I have no idea how to make it stop!

Does anyone have any advice?

Thank you!