Open GreatGodMother opened 4 months ago
Can you provide a small code example that I can reproduce? I'm short on time so I don't have the ability to do a full debug.
Can you provide a small code example that I can reproduce? I'm short on time so I don't have the ability to do a full debug.
Hi,
Thanks for your reply! Here is the simplified code:
forest_plot <- forestplot(labeltext= as.matrix(UPF[,c(1:3)]),
mean=UPF[,4],
lower=UPF[,5],
upper=UPF[,6],
zero=1,
graph.pos=3,
hrzl_lines=list('1'=gpar(lty=1,lwd=2),
'2'=gpar(lty=2),
'44'=gpar(lwd=2,lty=1)),
xticks=c(0.5,1,1.5,2,2.5,3),
lwd.xaxis=1,
xlog=F,
lty.ci=1,
clip=c(0.1,0.1),
fn.ci_norm='fpDrawCircleCI')
Ideally I would like to have a sample of the UPF
I run the same code and the same file as I did one year ago. However, the forestplot() function worked in the previous version, but an error occurred this year: