Displaying 1 result from an estimated 1 matches for "opcorrect".
Did you mean:
correct
2009 Jan 01
0
Computing/Interpreting Odds Ratios for 3-way interactions from lmer
...across groups. 2) There is some colinearity between the conditions (corr between subord/when = .44) and between the groups (corr between SLI/MLU =.48). This is somewhat logical given the targets, but is not easily reduced.
The syntax I'm using for the analysis is:
clauseOPCyesI <- lmer(OPCorrect == "past" ~ group*Cond* Clause.Order + (1|SUBJ) + (1|sub.V) + (1|main.V), subset(a), family="binomial")
And the results I obtain are:
Generalized linear mixed model fit by the Laplace approximation
Formula: OPCorrect == "past" ~ group * Cond * Clause.Order + (1 | S...