我正在尝试在R中进行事件研究。不幸的是R中只有一个软件包,其中包含我需要的功能。
为此,我使用了“ EventStudy”包。
http://127.0.0.1:20476/help/library/EventStudy/doc/addin_eventstudy.R
http://127.0.0.1:20476/help/library/EventStudy/doc/howto_eventstudy.R
http://127.0.0.1:20476/help/library/EventStudy/doc/introduction_eventstudy.R
http://127.0.0.1:20476/help/library/EventStudy/doc/parameters_eventstudy.R
直到上周三为止,它均按说明中所述工作。现在,我收到奇怪的错误警告。即使包中的示例数据也会发生这种情况。
有人知道消息的含义以及如何解决吗?
错误消息是:
> 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运行的。
有人知道错误消息的内容吗?我该如何解决?我对此感到绝望!