powered by
forestplot(estimate, se, labels = paste("Study", c(1:length(estimate))), CI = 0.95, xexp = FALSE, xlab = expression(beta), ylab = "", ...)
FALSE
plot
main="My plot"
beta <- c(0.16, 0.091, 0.072, -0.03) se <- c(0.07, 0.042, 0.048, 0.12) forestplot(beta, se, main="Example plot")
Run the code above in your browser using DataLab