The check_model() function is no longer working. When I run the code, I no longer receive the plots. There is no error, just no output. I have run this code many times with no problems.
I tried every fix that I could find from Claude, Gemini, and Chapgtp. I also reviewed past guidance on your github. I updated all the packages, checked the graphics windows, and applied every suggested fix. I still get no output. Any advice?
Here is my simple code (running in Quarto, either as a code chunk or in a rendered document).
easystats::install_suggested()
library(easystats)
step1 <- lm(distneg ~ anxious + avoidant, df1)
summary(lm.beta(step1))
check_model(step1)
Thanks for any help you can offer.
Best, Nancy
The
check_model()function is no longer working. When I run the code, I no longer receive the plots. There is no error, just no output. I have run this code many times with no problems.I tried every fix that I could find from Claude, Gemini, and Chapgtp. I also reviewed past guidance on your github. I updated all the packages, checked the graphics windows, and applied every suggested fix. I still get no output. Any advice?
Here is my simple code (running in Quarto, either as a code chunk or in a rendered document).
easystats::install_suggested()
library(easystats)
step1 <- lm(distneg ~ anxious + avoidant, df1)
summary(lm.beta(step1))
check_model(step1)
Thanks for any help you can offer.
Best, Nancy