Skip to content
Prev 156538 / 398506 Next

Mixed effects model with binomial errors - problem

First of all I'm forwarding this mail to the R-SIG-mixed-models, which
is more appropriate to your question.

Remember that family = bionomial uses by default the logit link. Hence
all parameters will be on the logit scale. So you will need to
backtransform them for comparison. Then you'll see that the parameters
are much closer to the averages. They still differ, but that is due to
the difference in model. Your averages are essentially something like
summary(model1<-glm(cbind(VisitsExpTree,TotalVisits-VisitsExpTree)~
treatment +(1|Individual), family=binomial, data=r))
[1] 0.5920098
[1] 0.6001164
[1] 0.4418197
[1] 0.5292765

HTH,

Thierry

------------------------------------------------------------------------
----
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
Cel biometrie, methodologie en kwaliteitszorg / Section biometrics,
methodology and quality assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium 
tel. + 32 54/436 185
Thierry.Onkelinx op inbo.be 
www.inbo.be 

To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to
say what the experiment died of.
~ Sir Ronald Aylmer Fisher

The plural of anecdote is not data.
~ Roger Brinner

The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of
data.
~ John Tukey

-----Oorspronkelijk bericht-----
Van: r-help-bounces op r-project.org [mailto:r-help-bounces op r-project.org]
Namens RFTW
Verzonden: vrijdag 19 september 2008 8:16
Aan: r-help op r-project.org
Onderwerp: Re: [R] Mixed effects model with binomial errors - problem


anyone?
RFTW wrote:
a?
estimates
can