I have managed to create a forest plot of my intercept-only output using robu in R. I used the forest.robu documentation to do this. However, the functions are limited to default settings and I was wondering what I need to add to the code to change a few things e.g. :
- move the dotted reference line to zero (not the summary effect size)
- change the effect sizes listed to 2 not 3 decimal places
- Add lb and ub CIs from the output, to list next to the individual study effect sizes.
I have looked at the source code but with limited coding experience, I am unsure as to what exactly I need to add to make these changes.
Any advice would be greatly appreciated!
Many thanks, Lucy.
I used the forest.robu documentation to create the default-style forest plot. I tried adding to the forest.robu function list things like abline=0 but this didn't work.