Skip to content
Prev 4893 / 20628 Next

problem using geeglm: R keeps crashing

Thanks Ben,

I've contacted the administrators and we're looking into it.

And your absolutely right, a GLMM with random intercept is giving me
pretty much the same answer as a GLM.

Although I'm hoping the GEE model with it's robust SE's will account for
the obvious autocorrelation in my dataset.

Chris Howden
Founding Partner
Tricky Solutions
Tricky Solutions 4 Tricky Problems
Evidence Based Strategic Development, IP Commercialisation and Innovation,
Data Analysis, Modelling, and Training
(mobile) 0410 689 945
(fax / office) (+618) 8952 7878
chris at trickysolutions.com.au


-----Original Message-----
From: Ben Bolker [mailto:bbolker at gmail.com]
Sent: Tuesday, 30 November 2010 4:33 AM
To: Chris Howden
Cc: r-sig-mixed-models at r-project.org
Subject: Re: [R-sig-ME] problem using geeglm: R keeps crashing

  If the model with only 4 clusters is the one you wanted (i.e. data
sorted in id order, contiguous blocks), then I would definitely contact
the maintainers to see why it's crashing.  That is, you seem to be
following the rules laid out in the documentation, so it shouldn't crash.

  The reason it's dicey to run a RE model with only 4 levels is that you
are in effect trying to estimate a variance from 4 observations, which
tends to be very inaccurate/unstable.  Since you apparently have very
large quantities of data per individual, I would expect you to get
approximately the same answers if you just treated individuals as a
fixed effect (although admittedly the model is philosophically different).

  Ben Bolker
On 11/28/2010 11:57 PM, Chris Howden wrote:
the
copies
a
the
which
model
Innovation,
the
available
<-geeglm(resp~rubbish,data=sample,id=dogname,family=binomial,corstr="excha
...)