er = ezMixed(
data = ANT
, dv = .(error)
, random = .(subnum)
, fixed = .(cue,flank,group)
, family = 'binomial'
)
print(er$summary)
gives me this output:
NA X - cue
NA X - flank
NA X - group
NA X - cue:flank
NA X - cue:group
NA X - flank:group
NA X - cue:flank:group
Time taken for ezMixed() to complete: 3 seconds
d> print(er$summary)
effect errors warnings bits
1 cue TRUE FALSE NA
2 flank TRUE FALSE NA
3 group TRUE FALSE NA
4 cue:flank TRUE FALSE NA
5 cue:group TRUE FALSE NA
6 flank:group TRUE FALSE NA
7 cue:flank:group TRUE FALSE NA
I tried this after finding the same issue with my data. I'm in R 3.6.2 GUI 1.70 MacOS El Capitan build (7735) running ez 4.4-0.
Can you help, please?
Thanks,