Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicted values & text report error for model_dashboard(lmerTest::lmer model) #406

Open
SamSievertsen opened this issue May 17, 2024 · 0 comments

Comments

@SamSievertsen
Copy link

SamSievertsen commented May 17, 2024

Hello,

Though this issue contains similar content & appears to mention a related fix, running the following model in R:

model <- lmerTest::lmer(numeric_variable ~ factor_variable +numeric_variable + factor_variable + factor_variable + (1|factor_variable) + (1|factor_variable), na.action = na.omit, data = data)

and subsequent model dashboard code:

model_dashboard(model)

results in the following error in the HTML output:

Unable to refit the model with standardized data. Try instead to standardize the data (standardize(data)) and refit the model manually.

Wondering if this is indicative of a formatting issue on my end, or another issue I may be unaware of related to the compatibility of easystats and lmerTest::lmer? It appears from the "easystats::supported_models()" documentation that the lmerTest models are supported, however I apologize if this is incorrect. Thanks!

@SamSievertsen SamSievertsen changed the title Predicted values & text report error Predicted values & text report error for model_dashboard(lmerTest::lmer model) May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant