Dear Fahimeh
Try preceding your call of forest.meta with
pdf("myplot.pdf")
forest.meta(..)
dev.off()
Why did you set xlim to c(0, 1)
Michael
On 10/01/2023 19:37, Fahimeh Alizadeh wrote:
Dear Prof.
Thank you for your kind response. I have only used:
install.packages("tidyverse")
Dear Prof.Thank you for your kind response. I have only used:
install.packages("tidyverse")
install.packages("meta")
install.packages("metafor")
library(tidyverse)
library(meta)
library(metafor)and then,forest.meta(hidemeta, layout="RevMan5",
xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1
Dear Fahimeh
It would help if you also told us what package you are using as there
are several which perform forest plots. I assume it is meta.
Your plot is cropped on three side as far as I can see. What parameters
did you give to the call of the graphics device? What happens if you use
a d
Dear Prof. My forest plot is not fit to windows in R software, I have 49
studies but forest plot only show from 9 to 42.
forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F,
xlim = c(0,1), fontsize=10, digits=3)
Whould you please help me to access full forest plot? Th
4 matches
Mail list logo