如何预测r中的svar模型?

时间:2018-03-28 13:12:35

标签: r predict

当我在R包$job_types = Job::all()->pluck('job_type', 'job_type')->concat([1 => 'Job type 1', 2 => 'Job type 2'])->unique(); 中使用var模型时,我可以使用函数vars来预测模型。

例如

predict

但是当我使用z = VAR(x, p = 1, type = "const") pred_y = predict(y, n = 1) 函数时,SVAR会抛出错误

predict
  

is.constant(y)出错:

     

(list)对象无法强制输入'double'

如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

VAR,SVAR和SVEC模型:实施 在R Package vars中:Bernhard Pfaff

参见第3节。类方法和函数

SVAR类的“预测”方法不存在。 您可以使用函数“fevd”来向我们展示冲击如何影响其他变量