Learn R Programming

dcce (version 0.4.2)

plot.dcce_fit: Plot method for dcce_fit objects

Description

Produces coefficient distribution plots (one histogram per regressor) showing the unit-level estimates and the MG mean.

Usage

# S3 method for dcce_fit
plot(x, which = c("coef", "resid"), ...)

Value

Invisibly returns x.

Arguments

x

A dcce_fit object.

which

Character: "coef" (default) for coefficient histograms, or "resid" for a residuals-versus-time plot by unit.

...

Passed to the underlying graphics call.