Skip to content
Prev 69933 / 398506 Next

the rationale for using update()

On Wed, 18 May 2005, Thomas Lumley wrote:

            
I'd say readability was the most important reason.  In a 200-char call it 
is hard to see what you changed, but

update(fit, . ~ . -x5 + x6)
update(fit, method="ML")

are self-documenting.