Skip to content

check_model(model) is no longer working #904

@collins-nancy

Description

@collins-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

Metadata

Metadata

Assignees

Labels

3 investigators ❔❓Need to look further into this issueDocs 📚Something to be adressed in docs and/or vignettes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions