Skip to content
Prev 260273 / 398502 Next

R Style Guide -- Was Post-hoc tests in MASS using glm.nb

On Thu, 19 May 2011, Timothy Bates wrote:

            
One possible way is to put something like this into your .Rprofile

if(interactive()) {
   library("fortunes")
   fortune()
}

The interactive() condition avoids having it in the output of certain 
scripts etc.

hth,
Z