0
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"

I have installed the package, so does anyone know why this is giving me this error message above after I enter the following code? Thanks

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

1 回答 1

1

看起来包pbkrtest丢失了,这是sjPlot使用的一些包的依赖项。

于 2016-02-20T11:25:28.617 回答