Skip to content
Prev 106800 / 398526 Next

zero random effect sizes with binomial lmer

Daniel Ezra Johnson <johnson4 <at> babel.ling.upenn.edu> writes:
Why would you want to do that? Doubling your data set is not what you
want as you are hacking the analysis. You should definitely avoid this for
real analysis!
This is numerical procedure and if log-likelihood is flat then it might happen
that algorithms give you such estimates. When you doubled the data
log-likelihood gets more peaked shape and then it seems reasonable that
estimates are more consistent.
Yes, but "anova etc." is not a super tool. If you get parameter estimates that
are essentially 0, do you still need hypothesis testing?
No!

Try with mcmcsamp and then you might get better view of posterior distribution
of item variance. I think that MLE is near zero with some support for positive 
values. Try to play with lmer i.e. with starting values etc. 

Additionally, why do you want to estimate variances separately for dataset A and
B. Can you really suggest that they should be different between datasets?

Gregor