Re: [R] Modifying glm.fit() / execution path

2010-08-01 Thread Benjamin Ridenhour
o namespaces and how they work or how to work with them? (preferably online...) Best, Ben 2010/8/1 Prof Brian Ripley > On Sun, 1 Aug 2010, Benjamin Ridenhour wrote: > > Hello all, >> I'm sure I'm missing something simple here, but I can't figure out how to &g

[R] Modifying glm.fit() / execution path

2010-07-31 Thread Benjamin Ridenhour
Hello all, I'm sure I'm missing something simple here, but I can't figure out how to modify the glm.fit() function and then get R to use it (sort of). I'm doing something along the lines of: glm.fit<-edit(glm.fit) # add something trivial to the top of the glm.fit function like: print("Hello world!