Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread jim holtman
he graph via text, are we? > > > ** ** > > Thanks, > > ** ** > > Rebecca > > ** ** > > *From:* jim holtman [mailto:jholt...@gmail.com] > *Sent:* Thursday, March 21, 2013 9:44 AM > *To:* Yuan, Rebecca > *Cc:* R help > *Subject:* Re

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread Yuan, Rebecca
Hello Jim, Thanks very much! This time I am able to get the pdf file. Best regards, Rebecca From: jim holtman [mailto:jholt...@gmail.com] Sent: Thursday, March 21, 2013 10:04 AM To: Yuan, Rebecca Cc: R help Subject: Re: [R] How to store data frames into pdf file and csv file. Here is the

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread Yuan, Rebecca
jholt...@gmail.com>] Sent: Thursday, March 21, 2013 9:44 AM To: Yuan, Rebecca Cc: R help Subject: Re: [R] How to store data frames into pdf file and csv file. Here is one way of doing it: > x est.coef std.errt.stat intercept 0.0011625517 0.0002671437 4.351784 aa

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread jim holtman
amily='mono') > > dev.off() > > ** ** > > I believe this time we try to use pdf to catch the graph via text, are we? > > > ** ** > > Thanks, > > ** ** > > Rebecca**** > > ** ** > > *From:* jim holtm

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread Yuan, Rebecca
ubject: Re: [R] How to store data frames into pdf file and csv file. Here is one way of doing it: > x est.coef std.errt.stat intercept 0.0011625517 0.0002671437 4.351784 aa-0.0813727439 0.0163727943 -4.969997 dummy1-0.0002534873 0.0001204000 -2.105376

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread jim holtman
Here is one way of doing it: > x est.coef std.errt.stat intercept 0.0011625517 0.0002671437 4.351784 aa-0.0813727439 0.0163727943 -4.969997 dummy1-0.0002534873 0.0001204000 -2.105376 dummy2-0.0007784864 0.0001437537 -5.415417 bb-0.0002856727 0.0001

Re: [R] How to store data frames into pdf file and csv file.

2013-03-21 Thread Bert Gunter
Well, you might start by reading ?pdf, where you will find that it is for storing **graphics** not data! Then read ?write.table -- but this will be a text file, not a pdf. -- Bert On Thu, Mar 21, 2013 at 6:20 AM, Yuan, Rebecca < rebecca.y...@bankofamerica.com> wrote: > Hello, > > I have a data

[R] How to store data frames into pdf file and csv file.

2013-03-21 Thread Yuan, Rebecca
Hello, I have a data frame > mdl.summary est.coef std.errt.stat intercept 0.0011625517 0.0002671437 4.351784 aa -0.0813727439 0.0163727943 -4.969997 dummy1 -0.0002534873 0.0001204000 -2.105376 dummy