"没有名为"安装sjPlot时出错

时间:2016-02-20 03:09:56

标签: r sjplot

library("sjPlot", lib.loc="~/R/win-library/3.2")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
there is no package called ‘pbkrtest’
Error: package or namespace load failed for ‘sjPlot’
> sjp.lmer(fitted2, type = "fe")
Error: could not find function "sjp.lmer"

我已经安装了软件包,所以在我输入以下代码后,有人知道为什么这会给我这个错误信息吗?感谢

library(lme4)
sjp.lmer(fitted2, type = "fe")

1 个答案:

答案 0 :(得分:1)

看起来缺少包pbkrtest,这是 sjPlot 使用的某些包的依赖关系。