Learn R Programming

dcce (version 0.4.2)

plot.dcce_rolling: Plot a dcce_rolling coefficient path

Description

Produces one line per regressor showing the rolling-window coefficient against the window end-date, with a 95% confidence ribbon built from the unit-loop standard errors.

Usage

# S3 method for dcce_rolling
plot(x, terms = NULL, ...)

Value

Invisibly returns x.

Arguments

x

A dcce_rolling object.

terms

Character vector of terms to plot. Default NULL plots all non-intercept terms.

...

Passed to the underlying graphics call.