Re: [R] lmer output

2010-09-10 Thread Ben Bolker
unibas.ch> writes: > I have a question regarding an output of a binomial lmer-model. > The model is as follows: > lmer(y~diet * day * female + (day|female),family=binomial) A reproducible example would always be nice. > The corresponding output is: > Generalized linear mixed model fit by th

[R] lmer output

2010-09-10 Thread Denis . Aydin
Hi I have a question regarding an output of a binomial lmer-model. The model is as follows: lmer(y~diet * day * female + (day|female),family=binomial) The corresponding output is: Generalized linear mixed model fit by the Laplace approximation Formula: y ~ diet * day * female + (day | female)

[R] Lmer output for negative binomial data

2007-12-09 Thread Sandrine-et-Francois
Dear R-list, May I ask for help in interpretating the output of 'lmer' (from the lme4 package) when dealing with negative binomial data ? I'm using the functions glm.nb (from the MASS package) and lmer (from the lme4) to fit respectively fixed-effects and mixed-effects generalized linear models