Confidence interval does not include the estimated adjusted ICC #670
Unanswered
Trypanosome
asked this question in
Q&A
Replies: 0 comments
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.
-
I am running a family of mixed-effect models with random intercepts (Binary outcome variable).
I am using the icc() function with ci.method set to "boot"; however, the returned "adjusted icc" falls outside of the 95% confidence interval.
What can I make of this?
Here is an example:
icc(Mod_MAll_Indi_Out, ci=0.95, ci_method = "boot")
Adjusted: 0.925 (0.959, 0.984)
Beta Was this translation helpful? Give feedback.
All reactions