Skip to content
Prev 3452 / 63424 Next

update fails after specific sequence of steps (PR#474)

Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
..
...
I think this is fixed now. Apparently model formulas like the above
caused R to become confused as to the number of variables in the
model and overrun the array of names, subsequently confusing the
garbage collector.

(Temporary workaround: Just don't do that...)