plot,uwmwRes-method | 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'
plot(x, y, ...)
x |
an uwmwRes object. |
y |
ignored for uwmwRes objects |
... |
arguments passed down to |
NULL invisibly
forestplot
data(NBmat)
NBtest <- uWMW(NBmat, groups=NBgroups)
plot(NBtest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.