Skip to content
Prev 26890 / 398500 Next

Ideas needed on automation of R

Not sure about your first question.

Regarding your second question, maybe you should just sink to a file:

sink("ex.lm.out")
example(lm)
sink()

-roger
_______________________________
UCLA Department of Statistics
rpeng at stat.ucla.edu
http://www.stat.ucla.edu/~rpeng
On Sun, 12 Jan 2003, Rex_Bryan at urscorp.com wrote: