powered by
Takes a meta4diag object produced by the function meta4diag() and produces a crosshair plot or adds such a plot to an existing plot. Crosshair plots go back to Phillips et al. (2010).
meta4diag
meta4diag()
# S3 method for meta4diag crosshair(x, est.type = "mean", add = FALSE, main="Crosshair Plot", xlim, ylim, col, ...)
A meta4diag object.
The estimates type used to make crosshair plot. Options are "mean" and "median".
If add is TRUE, the plots are added to an existing plot, otherwise a new plot is created.
A overall title for the plot.
A numeric value, giving the x coordinates ranges.
A numeric value, giving the y coordinates ranges.
Color of cross.
graphics parameters can also be passed to this function.
Besides plotting, the function returns an invisible NULL.
Phillips, B., Stewart, L.A., & Sutton, A.J. (2010). "'Cross hairs' plots for diagnostic meta-analysis." Research Synthesis Methods, 1, 308-315.
# NOT RUN { if(requireNamespace("INLA", quietly = TRUE)){ require("INLA", quietly = TRUE) data(Catheter) res <- meta4diag(data = Catheter) crosshair(res, est.type="mean") } # }
Run the code above in your browser using DataLab