Learn R Programming

ipdmeta (version 2.4)

plot: Forest plot of study random effects for an ipdlme object

Description

Forest plot of the study random effects.

Usage

plot(x,y,...)

Arguments

x
object of the ipdlme class
y
vector of label names for studies. This will be used for labels along the y-axis.
...
additional arguments passed to graphics plot function

Value

Side-by-side forest plots with intercept effects on the left and treatment effects on the right.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

plot(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab