Re: [Rd] odd evaluation within correlation argument of glmmPQL

2009-11-02 Thread Ben Bolker
Ben Bolker ufl.edu> writes: > > [snip example and patches] > The basic issue is that glmmPQL throws out data that are > not involved in the fixed or random model terms, or in the offset > term. It doesn't save variables that are only found in the > correlation formula argument. It's hard to im

Re: [Rd] odd evaluation within correlation argument of glmmPQL

2009-10-27 Thread Ben Bolker
Ben Bolker wrote: > > > [snip] > > It appears that glmmPQL looks in the global workspace, not > within the data frame specified by the "data" argument, for > the variables specified in the "form" argument of spatial > correlation structures provided to the "correlation" argument. > > [sni