DHARMa icon indicating copy to clipboard operation
DHARMa copied to clipboard

Diagnostics for HierArchical Regession Models

Results 134 DHARMa issues
Sort by recently updated
recently updated
newest added

Think about whether this is really necessary or of we can work on raw?

- Open issue regarding offset - Compare to RLRsim -> is restricted LRT better? https://www.jstor.org/stable/25651233?seq=8

Instead of quantreg = T / F, implement something like guidance = X where X could be quantreg, loess, none, or maybe something else

I calculated a GLMM based on the beta distribution (see issue #384): `model_dur_red

Hello Florian, I calculated a GLMM based on the beta distribution: `model_dur_red

Due to a question via email, I wondered if it is a problem to group residuals according to groups that also used as REs in the model. Based on a...

Statistical question

I received request for support of tweedie distributions in the glm function and the cpglm package. I will have to look at this but note in the meantime that you...

There is now a (optional) argument in glmmTMB that drops terms that make the design matrix rank-deficient (see https://github.com/glmmTMB/glmmTMB/issues/522#issuecomment-1472885734), this is what lme4 does by default. I can run simulateResiduals...

wontfix
glmmTMB

Hi folks, I'm working with a binomial, logistic regression model using the glmer function from lme4. I'm interested in looking at the diagnostics of my top model and have run...

When comparing Poisson with NegBin in the presence of many REs, type I error rates are not properly controlled. Not 100% sure if this code actually runs through, this is...