data(EuroSCORE)
fit <- valmeta(cstat=c.index, cstat.se=se.c.index, cstat.cilb=c.index.95CIl,
cstat.ciub=c.index.95CIu, N=n, O=n.events, data=EuroSCORE)
plot(fit)
library(ggplot2)
plot(fit, theme=theme_grey())
Run the code above in your browser using DataLab