Skip to content

CI method name for lmer models? #647

Answered by bwiernik
burdonmark asked this question in Q&A
Discussion options

You must be logged in to vote

The best approach to use for your models is ci_method = "profile" and to refer to them in your paper as "profile-likelihood confidence intervals".

These intervals are generated using the same method used to fit the model initially--by picking a value for the parameter and computing the likelihood. For the intervals, the parameter is moved away from the maximum likelihood estimate until the model fit worsens to a significant degree. Those values above and below are the confidence interval.

The default method uses normal distribution Wald intervals if the model has a z statistic (GLMMs) and t distribution Wald intervals with residual degrees of freedom if the model has a t statistic (LMMs).…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by burdonmark
Comment options

You must be logged in to vote
1 reply
@strengejacke
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants