strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I installed the sjPlot package successfully but when I opened it with library I got that it called the estimability package

leo23ps opened this issue · comments

Error: package or namespace load failed for ‘sjPlot’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘estimability’
In addition: Warning message:
package ‘sjPlot’ was built under R version 4.2.3

How could I solve this please

Which R version are you using? Package estimability requires R 4.3

¿Qué versión de R estás usando? La estimación del paquete requiere R 4.3
Thank you very much, it worked, but I got another query, I want to use the sjt.pca() function but it seems to me that it is in the sjPlot 2.4.1.9 version. I want to make a pca, how can I use this function? I turn to your support very gratefully

Some of the functions have been improved and re-implemented in other packages, mainly the new easystats project, where I'm also involved. The relevant functions are:

plot() methods are available, too:

thank you so much