strengejacke / sjstats

Effect size measures and significance tests
https://strengejacke.github.io/sjstats
189 stars 21 forks source link

Could not find function "hoslem_gof" after loaded the library #114

Open Tina-SONG opened 2 years ago

Tina-SONG commented 2 years ago

HI have installed the package "sjstats" and loaded this library. But when I run

 hoslem_gof (my_model)

R showed the error that "could not find function "hoslem_gof". May I know how to fix this?

strengejacke commented 2 years ago

I think you're looking for sjstats::chisq_gof().

Tina-SONG commented 2 years ago

Thanks Daniel. I would like to have the hoslem test result of my logistic mixed-effect model. Do you think it works with glmer?