pgmmvar:一步估计:[======>-]迭代1188 of 1438 rbindtas.matrixSet_Vars_i [Set_Vars_i [,2] == period [lags +:

问题描述

我正在尝试使用Sigmund和Ferstl的panelvar软件包来实现面板向量自回归分析,但是我经过一些迭代后一直停下来,报告了上述错误。相同的代码适用于另一个数据集。任何人都可以帮忙吗?

rm(list=ls()) 
library(ggplot2) 
library(readxl) 
x <- read_excel(file.choose("BelowMEDIAN"))

library(plm) 
library(panelvar) 
library(devtools) 
x <- pdata.frame(x,index = "Index") 
memory.limit(size = 10000000)

panel_VAR <- (pvargmm(data = x,dependent_vars = ("PriceinEurocurrency"),predet_vars = ("LEVERAGE"),lags = 2,steps = "twostep",transformation = "fd",max_instr_dependent_vars = 3,max_instr_predet_vars = 3,collapse = TRUE,progressbar = TRUE,panel_identifier = c("Index","Date")))

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...