Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/82.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 事件研究-即使使用包示例数据也接收错误消息_R - Fatal编程技术网

R 事件研究-即使使用包示例数据也接收错误消息

R 事件研究-即使使用包示例数据也接收错误消息,r,R,我试图在R中运行事件研究。不幸的是,R中只有一个包包含我需要的特性 为此,我使用包“EventStudy” 直到上周三,它的工作情况如描述所示。现在我收到奇怪的错误警告。即使使用包中的示例数据,也会发生这种情况 有人知道这个信息的含义以及如何解决它吗 错误消息是: > EventStudy:::EventStudyAddin() Loading required package: shiny Listening on http://127.0.0.1:5750 [1] "Validate

我试图在R中运行事件研究。不幸的是,R中只有一个包包含我需要的特性

为此,我使用包“EventStudy”

直到上周三,它的工作情况如描述所示。现在我收到奇怪的错误警告。即使使用包中的示例数据,也会发生这种情况

有人知道这个信息的含义以及如何解决它吗

错误消息是:

> EventStudy:::EventStudyAddin()
Loading required package: shiny

Listening on http://127.0.0.1:5750
[1] "Validate input files."
[1] "Perform Event Study"
[1] "Check batch process: Step 0"
Warning: Error in UseMethod: no applicable method for 'http_error' applied 
to an object of class "data.frame"
77: httr::http_error
76: self$getTaskStatus
75: estAPI$performEventStudy
74: observeEventHandler
 3: shiny::runApp
 2: runGadget
 1: EventStudy:::EventStudyAddin 
这是由EventStudy API运行的


有人知道错误消息的含义吗?我如何解决这个问题?我对此感到绝望

问题已在版本0.35中重新保存,请参见下文:问题已在版本0.35中重新保存,请参见下文:
> EventStudy:::EventStudyAddin()
Loading required package: shiny

Listening on http://127.0.0.1:5750
[1] "Validate input files."
[1] "Perform Event Study"
[1] "Check batch process: Step 0"
Warning: Error in UseMethod: no applicable method for 'http_error' applied 
to an object of class "data.frame"
77: httr::http_error
76: self$getTaskStatus
75: estAPI$performEventStudy
74: observeEventHandler
 3: shiny::runApp
 2: runGadget
 1: EventStudy:::EventStudyAddin