plot.tvpreg: Plots Selected Outcomes from 'tvpreg' Object.

View source: R/plot.tvpreg.R

plot.tvpregR Documentation

Plots Selected Outcomes from tvpreg Object.

Description

The function plots selected outcomes from tvpreg object.

Usage

## S3 method for class 'tvpreg'
plot(x, ...)

Arguments

x

an object of tvpreg class

...

not used

Details

The function plots the estimated regression coefficients, separately for each variable. 90% credible intervals are added.

See Also

convts

Examples

data(oil)
t1<- tvp.reg(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],lambda=0.99,V=100,W=100)
plot(t1)

dynmix documentation built on July 9, 2023, 7:22 p.m.

Related to plot.tvpreg in dynmix...