Skip to content
Prev 12681 / 63461 Next

Bug in update()? (PR#6902)

Berwin,

It's fortuitous that this works at all.

The problem is not in update but in glm itself: take a look at fm$formula
after the first fit.  fm$terms has the right formula, but formula() 
extracts the $formula component first.

I am not currently sure what the right fix is, so will not try to fix this 
in R-patched/1.9.1.

Brian
On Fri, 21 May 2004 berwin@maths.uwa.edu.au wrote: