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

Description Usage Arguments Value Examples

Description

Plot a confidence region given by an RMA.Exact object

Usage

1
2
3
## S3 method for class '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

1
## see ?RMA.Exact

rma.exact documentation built on May 1, 2019, 10:24 p.m.