提问人:Alec Brown 提问时间:9/27/2023 最后编辑:ProgmanAlec Brown 更新时间:9/28/2023 访问量:11
请问create_StateVals在什么包裹下?
What package is create_StateVals under please?
问:
我只是想知道,这里有人知道包裹下面是什么吗?我放入 RStudio 并得到create_StateVals
library(create_StateVals)
Error in library(create_StateVals) :
there is no package called ‘create_StateVals’
这意味着create_StateVals尚未安装到我的 RStudio 中。我问了 CHATGPT,它说我需要安装它所在的包,但它不知道这是什么包。 我只是想知道这里是否有人知道create_StateVals在什么包裹下,请问?
答: 暂无答案
评论
hesim
install.packages('hesim', dependencies = TRUE)