Displaying 1 result from an estimated 1 matches for "stopresp".
2003 Aug 18
2
glmmPQL() and memory limitations
Hi, all,
When running glmmPQL(), I keep getting errors like
Error: cannot allocate vector of size 61965 Kb
Execution halted
This is R-1.7.1. The data set consists of about 11,000 binary responses
from 16 subjects. The model is
fixed =
SonResp ~ (ordered (Stop) + ordered (Son)) * StopResp,
random =
~ 1 + (ordered (Stop) + ordered (Son)) * StopResp | Subj
family = binomial (link = logit)
SonResp and StopResp are binary; Stop and Son are ordered factors with six
levels each.
The machine I'm running this on is my university's scientific server, a
Beowulf Linux clu...