plot.confint.eicm {eicm}R Documentation

Plot EICM estimates and confidence intervals

Description

Plot EICM estimates and confidence intervals, in a dot-and-whisker plot.

Usage

## S3 method for class 'confint.eicm'
plot(x, truemodel = NULL, ...)

Arguments

x

a eicm.confint object

truemodel

for validation purposes only. The true model used to simulate data.

...

other arguments passed to other functions.

Value

NULL.


[Package eicm version 1.0.3 Index]