Skip to content
Prev 301444 / 398503 Next

Working with Numbers generated from Regression Output

Stop posting HTML. What you see is NOT what we see.

As regards to your problems... you need to learn how to get data into and out of R, so please read the R Input/Output document supplied with R. The most foolproof way is to write the data to a CSV file and read it from there into a spreadsheet. Depending on your operating system you may be able to write into a clipboard for more convenience.

As to your goal of making predictions, with only a few more steps you can make those predictions using R. See the examples in the help for predict ( type "?predict.lm" without the quotes).
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Krunal Nanavati <krunal.nanavati at cogitaas.com> wrote: