Replies: 2 comments 2 replies
-
You can use REML with your estimating package (lme4, glmmTMB, etc) with generalized models. You can apply various degrees of freedom approximation methods with the |
Beta Was this translation helpful? Give feedback.
1 reply
-
There's an issue open to implement it in glmmTMB: For GLMMs, parameters has "ml1" and "betwithin" as alternative |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Best practices have been developed for doing inference with linear mixed models (LMMs) given small/moderate sample size. Briefly, Luke 2017 recommends using REML with degrees of freedom estimated by Kenward-Roger or Satterthwaite methods.
My question is: does the
parameters
R package implement any methods for doing better small sample inference on fixed effects in GLMMs, for example, logistic mixed effect model?I believe SAS implements a Kenward-Rodger method for GLMM, but I cannot find any R packages that implement this.
Beta Was this translation helpful? Give feedback.
All reactions