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

Hosmer-Lemeshow test in GLMM (binomial family) #699

Closed
CamilaDeu opened this issue Jul 10, 2023 · 1 comment
Closed

Hosmer-Lemeshow test in GLMM (binomial family) #699

CamilaDeu opened this issue Jul 10, 2023 · 1 comment

Comments

@CamilaDeu
Copy link

Hi, I ran a model using the lme4 package and wanted to know if it is appropriate to apply the Hosmer-Lemeshow test to evaluate the model fit. Thank you!

library(lme4)

#GLMM
m1 <- glmer(Canto ~ T + H + Patm + V + Pp + CU + (1|Evento), data = Datos, family = binomial)

@palday
Copy link
Member

palday commented Jul 13, 2023

This question was answered on r-sig-mixed-models.

I don't know of a Julia implementation of this test.

@palday palday closed this as completed Jul 13, 2023
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

2 participants