Learn R Programming

dse (version 2014.11-1)

addPlotRoots: Add Model Roots to a plot

Description

Calculate and plot roots of a model.

Usage

addPlotRoots(v, pch='*', fuzz=0)

Arguments

v
An object containing a TSmodel.
pch
Character to use for plotting.
fuzz
If non-zero then roots within fuzz distance are considered equal.

Value

  • The eigenvalues of the state transition matrix or the inverse of the roots of the determinant of the AR polynomial are returned invisibly.

Side Effects

The roots are addeded to an existing plot.

concept

DSE

See Also

plot.roots

Examples

Run this code
data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
plot(roots(model))
addPlotRoots(toSS(model))

Run the code above in your browser using DataLab