Hi all,
I run the model below and get coefficient, please advise how to get OR and 95%CI after that.
Thanks!
m2.1 <- glmer(catntotal_mean ~ SMV_3 + (1 | PID),
data = data1,
family = binomial(link="logit"),
control = glmerControl(optimizer = "bobyqa"),
nAGQ = 0)
summary(m2.1)
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.