get_df with the the betwithin method #842
Unanswered
YibiaoLiang
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
-
Hi, I have a glmer model and try to get the degree of freedom with the betwithin method. The model looks like this
model1 <- glmer(R1 ~P1 + (1|ID)+(1|trial),data = ABD, family = poisson)
But when I tried to use
get_df(mixConTime,type="betwithin")
, it shows the errorI want to know how to use this method, but I can't find the example on the Internet. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions