Displaying 1 result from an estimated 1 matches for "log_prang".
Did you mean:
log_prange
2007 Dec 28
1
logistic mixed effects models with lmer
...y(wlen_p,2)2. Then I do an anova,
and I get:
> anova(m17,m18)
Data:
Models:
m18: is_err ~ sex + starts_turn + before_hes + after_hes + before_part +
m17: after_part + first_rep + is_open + is_disc + poly(wfreq,
m18: 2) + wlen_p + poly(utt_rate, 2) + poly(dur, 2) + pmean +
m17: poly(log_prange, 2) + poly(imean, 2) + poly(irange, 2) +
m18: (1 | speaker) + (1 | corpus) + (1 | ref)
m17: is_err ~ sex + starts_turn + before_hes + after_hes + before_part +
m18: after_part + first_rep + is_open + is_disc + poly(wfreq,
m17: 2) + poly(wlen_p, 2) + poly(utt_rate, 2) + poly(dur, 2) +
m...