Displaying 1 result from an estimated 1 matches for "gs_s".
Did you mean:
gs's
2008 Mar 13
1
strange results from binomial lmer?
...9;speaker'). Gender is a
between-speaker variable, stress is a within-speaker variable, if that matters.
Each dataset has 100 rows from each of 20 speakers, 2000 rows in all.
About 5% of the time I get a strange result, where the lmer() model with BOTH
fixed factors and the random factor ('gs_s') comes out MUCH worse compared to
the models with ONE fixed factor and the random factor ('g_s' and 's_s'), and
also compared to the glm() model with both fixed factors and no random factor
('gs').
This doesn't make much sense to me.
I've placed a dataset on t...