摘要中出错.connection(connection):运行GeoLift示例时连接无效



我正在处理https://github.com/ArturoEsquerra/GeoLift/blob/master/vignettes/GeoLift_Walkthrough.md正在获取错误消息:摘要中有错误。连接(connection(:无效连接。当我尝试执行以下操作时:

resultsSearch <- GeoLiftPower.search(data = GeoTestData_PreTest,
treatment_periods = c(15),
N = c(2,3,4),
horizon = 50,
Y_id = "Y",
location_id = "location",
time_id = "time",
top_results = 20,
alpha = 0.1,
type = "pValue",
fixed_effects = TRUE,
ProgressBar = TRUE)

我在这里尝试了解决方案:摘要中出现错误。连接(connection(:无效连接,但它尚未解决问题。

对此有什么想法/解决方案吗?

您应该尝试在GeoLiftPower.Search参数中添加parallel=FALSE。

最新更新