Re: [R] What happen for Negative binomial link in Lmer fonction?

2009-11-20 Thread Emmanuelle Robardet
Dear R users, As I have no answer to my las reply i try again. If the binomal negative link has never been implemented in the lmer fonction, and as it was working when I did it some months ago, What kind of result did I get? This is the exemple of the answer of R when i was using lmer with negat

Re: [R] What happen for Negative binomial link in Lmer

2009-11-04 Thread Ben Bolker
Patrick Giraudoux wrote: > > Seems the message below and the thread have reveived no attention/answer. > The output presented is quite tricky. Looks like if lmer (lme4 0.9975-10) > has accepted a negative binomial link with reasonable estimates, although > it was not designed for... > > What

Re: [R] What happen for Negative binomial link in Lmer

2009-11-04 Thread Patrick Giraudoux
? Best Patrick Message: 34 Date: Thu, 29 Oct 2009 06:51:24 -0700 (PDT) From: "E. Robardet" Subject: Re: [R] What happen for Negative binomial link in Lmer fonction? To: r-help@r-project.org Message-ID: <26113408.p...@talk.nabble.com> Content-Type: text/plain; charset=us-a

Re: [R] What happen for Negative binomial link in Lmer fonction?

2009-10-29 Thread E. Robardet
Thank you for your answers, I have an exemple of that i was using: m1a<-lmer(atpos~ninter+saison+milieu*zone+(1|code),family=neg.bin(0.429),method="Laplace",data=manu) summary(m1a) Generalized linear mixed model fit using Laplace Formula: atpos ~ ninter + saison + milieu * zone + (1 | code)

Re: [R] What happen for Negative binomial link in Lmer fonction?

2009-10-22 Thread Douglas Bates
On Thu, Oct 22, 2009 at 1:39 PM, Ben Bolker wrote: > ROBARDET Emmanuelle wrote: >> >> Dear R users, >> I'm performing some GLMMs analysis with a negative binomial link. >> I already performed such analysis some months ago with the lmer() function >> but when I tried it today I encountered this pr

Re: [R] What happen for Negative binomial link in Lmer fonction?

2009-10-22 Thread Ben Bolker
ROBARDET Emmanuelle wrote: > > Dear R users, > I'm performing some GLMMs analysis with a negative binomial link. > I already performed such analysis some months ago with the lmer() function > but when I tried it today I encountered this problem: > Erreur dans famType(glmFit$family) : unknown GL

[R] What happen for Negative binomial link in Lmer fonction?

2009-10-22 Thread ROBARDET Emmanuelle
Dear R users, I'm performing some GLMMs analysis with a negative binomial link. I already performed such analysis some months ago with the lmer() function but when I tried it today I encountered this problem: Erreur dans famType(glmFit$family) : unknown GLM family: 'Negative Binomial' Does anyone