Produces coefficient distribution plots (one histogram per regressor) showing the unit-level estimates and the MG mean.
# S3 method for dcce_fit
plot(x, which = c("coef", "resid"), ...)Invisibly returns x.
A dcce_fit object.
Character: "coef" (default) for coefficient histograms,
or "resid" for a residuals-versus-time plot by unit.
Passed to the underlying graphics call.