| fitted | R Documentation |
Extracts the fitted values for bgvar.
## S3 method for class 'bgvar'
fitted(object, ..., global = TRUE)
object |
An object of class |
... |
Additional arguments. |
global |
If |
Returns an T times K matrix, where T is the number of observations and K number of endogenous variables.
bgvar for estimation of a bgvar object.
library(BGVAR)
data(testdata)
model.ng <- bgvar(Data=testdata,W=W.test,plag=1,draws=100,burnin=100)
fitted(model.ng)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.