Learn R Programming

rma.exact (version 0.1.0)

plot.RMA.Exact: Plot a confidence region given by an RMA.Exact object

Description

Plot a confidence region given by an RMA.Exact object

Usage

# S3 method for RMA.Exact
plot(x, ..., levels = c(0.01, 0.02, 0.05, 0.1, 0.15, 0.2),
  mfrow = c(1, dim(rma0)[3]))

Arguments

x

an object of class RMA.Exact

...

additional parameters passed down to graphics::contour (passed from there down to plot.window)

levels

the significance levels to plot

mfrow

the dimensions of the array of plotting windows for use when rma0 contains regions for multiple weight parameters; defaults to a single row with as many as columns as regions contained in rma0

Value

undefined

Examples

Run this code
# NOT RUN {
## see ?RMA.Exact
# }

Run the code above in your browser using DataLab