After updating R and R studio I get the following error: CHOLMOD error 'problem too large' at file '../Core/cholmod_sparse.c', line 89 #527
Unanswered
DanielGross38
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I work with very large data sets. After updating R Studio and R, I'm having problems with
ggeffects
. Even a reset to the previous version has no success. It shows me the error when I try the following:ggpredict(m1, c("NLE","Age"))
However, if I do the following I do not get an error:
test_predictions(m1, c("NLE","Age"), test = NULL,p_adjust = "tukey")
m1 is a linear mixed effect model with random slopes and random intercepts calculated with lmer.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions