Re: [R] refit with binomial model (lme4)

2009-04-28 Thread Eric Elguero
On Mon, 2009-04-27 at 08:30 -0500, Douglas Bates wrote: > This is related to using the matrix form of the response for a > binomial glmm. The refit method for a model fit by lmer is based on a > numeric vector response. > thank you for this explanation. > Is it possible to use the expanded form

Re: [R] refit with binomial model (lme4)

2009-04-27 Thread Douglas Bates
This is related to using the matrix form of the response for a binomial glmm. The refit method for a model fit by lmer is based on a numeric vector response. Is it possible to use the expanded form (i.e. a vector of 0/1 values) of the responses instead of the matrix form? On Mon, Apr 27, 2009 at

[R] refit with binomial model (lme4)

2009-04-27 Thread Eric Elguero
Dear R users, I'm trying to use function 'refit' from lme4 and I get this error that I can't understand: > refit(dolo4.model4,cbind(uu,50-uu)) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "refit", for signature "mer", "matrix" if I try: > refit