powered by
tvpreg
The function plots selected outcomes from tvpreg object.
# S3 method for tvpreg plot(x, ...)
an object of tvpreg class
not used
The function plots the estimated regression coefficients, separately for each variable. 90% credible intervals are added.
convts
data(oil) t1<- tvp.reg(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],lambda=0.99,V=100,W=100) plot(t1)
Run the code above in your browser using DataLab