Error: package or namespace load failed for ‘sjstats’

Recently, I was doing a linear mixed regression model. I need to get the r2 from fixed factor and random factor, so I installed 'sjstas' package.

install.packages("sjstats")
Installing package into ‘C:/Users/user/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/sjstats_0.18.1.zip'
Content type 'application/zip' length 355332 bytes (347 KB)
downloaded 347 KB

package ‘sjstats’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\user\AppData\Local\Temp\Rtmp0q4GgM\downloaded_packages

library(sjstats)
Error: package or namespace load failed for ‘sjstats’:
'namespace:bayestestR'没有出口‘mediation’这个对象

What can i do?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.