Hi,
my question is the following one:
predict(VAR(y,p=1,type="none"),n.ahead=500)
How can I extract the forecasts of this prediction? y is a dataset of
four parameters with 500 values each.One parameter for instance is
lambda the head looks like this:
$lambda
fcst lower upper CI
[1,] 0.3228936 0.2506636043 0.3951235 0.07222995
Thank you in advance.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.