简体   繁体   中英

“there is no package called” error during installation of 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"

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

似乎缺少软件包pbkrtest ,这是sjPlot使用的某些软件包的依赖

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM