plot,uwmwRes,ANY-method {unifiedWMWqPCR} | R Documentation |
This function plots a forest plot, normally used in meta analysis, to visualize the odds ratios (OR) and confidence intervals resulting from a call to uWMW
. It is the default plot function for the uwmwRes
objects. The results are ordered according to significance, and only the significant results are plotted. This function calls forestplot
directly.
## S4 method for signature 'uwmwRes,ANY' plot(x, y, ...)
x |
an uwmwRes object. |
y |
ignored for uwmwRes objects |
... |
arguments passed down to |
NULL invisibly
data(NBmat) NBtest <- uWMW(NBmat, groups=NBgroups) plot(NBtest)