Skip to content
Prev 4804 / 15274 Next

another silly question

gug
Yes - sink().

I use it like this:

multireg=lm(.....data....)
sink("C:/folder/destination-file.txt")
print(summary(multireg))
sink()

If you're looking for a step by step guide on using R for regression, I
found the "Basic Statistics and R: An Introductory Tutorial" (linked PDF) on
this page  http://ehsan.karim.googlepages.com/
http://ehsan.karim.googlepages.com/  to be very useful.

Guy
Sean O'Riordain wrote: