plot.tvpreg {dynmix} | R 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 |
... |
not used |
Details
The function plots the estimated regression coefficients, separately for each variable. 90% credible intervals are added.
See Also
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)
[Package dynmix version 2.0 Index]