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