Did you know that R can tell your fortune? Well, it can't. Sorry. But it does have the fortune() function, which displays a random witticism in the R console. The concept is based on the fortune program from Unix, except that the fortunes are all related to R.
The Huli of Papua New Guinea use '15' to mean a very large number and '15 times 15 samting (something)' to mean something close to infinity.
-- David Whiting (in a discussion about trying to estimate the number of R users)
R-help (April 2004)
Firstly, don't call your matrix 'matrix'. Would you call your dog 'dog'? Anyway, it might clash with the function 'matrix'.
-- Barry Rowlingson
R-help (October 2004)
Thomas Lumley: The algorithm in glm.fit, while not perfect, is a little smarter than a simple IRLS. It uses step-halving to back away from the edge, and when the parameter space is convex it has a reasonable chance of creeping along the boundary to the true MLE.
Peter Dalgaard: Hmm. That wasn't my experience. I had a situation where there was like a (virtual) maximum outside the boundary, and the algorithm would basically stay on the path to that peak, banging its little head into the same point of the wall repeatedly, so to speak.
-- Thomas Lumley and Peter Dalgaard (about problems with constrained optimzation in GLMs and "the little optimizer that couldn't")
R-help (November 2004)
Tradition among experienced S programmers has always been that loops (typically 'for' loops) are intrinsically inefficient: expressing computations without loops has provided a measure of entry into the inner circle of S programming.
-- John Chambers
Programming With Data, p. 173 (1998)
Have you ever wanted to write a book, but not known where to start? Now is a very good time to jump in, because there is currently a very simple recipe for success: just put R in the title and you will have to beat the publishers off with a stick!
-- Paul Murrell
ASA Statistical Computing & Graphics Newsletter 17(2) (November 2006)



Comments