LADVAR | R Documentation |
Estimation of a LAD VAR using equation-by-equation LAD regressions.
LADVAR(x, configuration = list(nlag = 1))
x |
zoo data matrix |
configuration |
model configuration |
nlag |
Lag length |
Estimate LAD VAR model
David Gabauer
data("dy2012")
fit = LADVAR(dy2012, configuration=list(nlag=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.