Re: [R] Tranferring R results to word prosessors

2006-02-15 Thread Bart Joosen
When transferring data frame output to word it's easy to use: write.table(df, file="clipboard",sep="\t") #df is your dataframe in this case Now you can go to Word en paste your table with tabs. Good luck Bart Joosen > On Thursday 09 February 2006 20:08, Patrick Burns wrote: >> One approach is

Re: [R] Tranferring R results to word prosessors

2006-02-15 Thread Ramon Diaz-Uriarte
I started using LyX; it is very straightforward. Then, I started exporting to LaTeX and playing around with the LaTeX file (I found it faster than using LyX, and could take my file anywhere they had something that could manipulate text ---emacs, vim, nedit, whatever). Googling you'll find _many

Re: [R] Tranferring R results to word prosessors

2006-02-10 Thread Tom Backer Johnsen
At 11:42 10.02.2006 -0300, CENDOYA, Maria Gabriela wrote: >X-UIDL: PE5!!DnS!!np3"!Sl2"! > >Hi Tom: > > May be I didn't understand your question but, what I do to cut >and paste results from say summary.lm, in a word processors without losing >the nice shape of the R Console, is to cho

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Adaikalavan Ramasamy
As much as I love LaTeX, I would be cautious on recommending it for someone with a short term objective or does not really need to write equations etc. Part of the reason is the initial step of getting the different softwares required to make LaTeX work properly can be difficult. However, I think

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Peter Flom
>>> "Marc Schwartz (via MN)" <[EMAIL PROTECTED]> 2/9/2006 <<< If you prefer a good book, The LaTeX Companion (aka TLC) is the place to begin: http://www.amazon.com/gp/product/0201362996 Peter L. Flom, PhD Assistant Director, Statistics and Data Analysis Core Center for Drug Use and HIV Research

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Peter Flom
>>> roger bos <[EMAIL PROTECTED]> 2/9/2006 12:33 pm >>> wrote <<< Yeah, but I don't understand LaTeX at all. Can you point me to a good beginners guide? >>> I like Math into LaTeX, by Gratzer. For a real beginners guide, there's one called first steps in LaTeX. You might also want to look at is

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Patrick Burns
One approach is to use LyX (http://www.lyx.org/). This is a lot like using Word or other word processors but it creates LaTeX. You probably won't need to know anything about TeX for a long time unless you are doing really weird things. Patrick Burns [EMAIL PROTECTED] +44 (0)20 8525 0696 http://ww

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Marc Schwartz (via MN)
There is some documentation online at: http://www.latex-project.org/guides/ which would be a good starting place. If you prefer a good book, The LaTeX Companion (aka TLC) is the place to begin: http://www.amazon.com/gp/product/0201362996 There is also a boxed set (expensive) of several books

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Frank E Harrell Jr
don't know if it can be used with Word or not, but you might >>consider Sweave for use with LaTeX. Maybe if you use the sink() command >>this might work, but I haven't tried it. >> >>-Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] O

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Francisco J. Zagmutt
Then from MS Word use Insert-> File and select Titanic.html and see the results. I hope this helps Francisco >From: Tom Backer Johnsen <[EMAIL PROTECTED]> >To: r-help@stat.math.ethz.ch >Subject: [R] Tranferring R results to word prosessors >Date: Thu, 09 Feb 2006 15:41:

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread roger bos
Yeah, but I don't understand LaTeX at all. Can you point me to a good beginners guide? Thanks, Roger On 2/9/06, Barry Rowlingson <[EMAIL PROTECTED]> wrote: > > Tom Backer Johnsen wrote: > > I have just started looking at R, and are getting more and more > irritated > > at myself for not having

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Marc Schwartz (via MN)
er > Johnsen > Sent: Thursday, February 09, 2006 9:41 AM > To: r-help@stat.math.ethz.ch > Subject: [R] Tranferring R results to word prosessors > > I have just started looking at R, and are getting more and more > irritated at myself for not having done that before. > > How

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Barry Rowlingson
Tom Backer Johnsen wrote: > I have just started looking at R, and are getting more and more irritated > at myself for not having done that before. > > However, one of the things I have not found in the documentation is some > way of preparing output from R for convenient formatting into somethin

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Philippe Grosjean
I have added several convenient methods for sending data directly from R to Microsoft Word (report() function) in the svViews package (SciViews bundle). However, I still have to upload it to CRAN. I do it right now. It should be available in a couple of days. Best, Philippe Grosjean Romain Fra

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Adaikalavan Ramasamy
I agree that this is the best way. I often use Courier font with font size 10 that gives very good results. On Thu, 2006-02-09 at 09:47 -0500, Gabor Grothendieck wrote: > In Word use a fixed font such as Courier rather than a proportional > font and it will look ok. > > On 2/9/06, Tom Backer J

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Rau, Roland
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Romain Francois > Sent: Thursday, February 09, 2006 3:54 PM > To: Tom Backer Johnsen > > One way could be to output in html format from R (with the R2HTML > package) and then read back the html from y

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Sebastian Luque
Tom Backer Johnsen <[EMAIL PROTECTED]> wrote: [...] > However, one of the things I have not found in the documentation is some > way of preparing output from R for convenient formatting into something > like MS Word. In case you're not talking about table-like output exclusively, reading ?Devic

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Romain Francois
Le 09.02.2006 15:41, Tom Backer Johnsen a écrit : >I have just started looking at R, and are getting more and more irritated >at myself for not having done that before. > >However, one of the things I have not found in the documentation is some >way of preparing output from R for convenient form

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Gabor Grothendieck
In Word use a fixed font such as Courier rather than a proportional font and it will look ok. On 2/9/06, Tom Backer Johnsen <[EMAIL PROTECTED]> wrote: > I have just started looking at R, and are getting more and more irritated > at myself for not having done that before. > > However, one of the th

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Doran, Harold
hnsen Sent: Thursday, February 09, 2006 9:41 AM To: r-help@stat.math.ethz.ch Subject: [R] Tranferring R results to word prosessors I have just started looking at R, and are getting more and more irritated at myself for not having done that before. However, one of the things I have not fo

[R] Tranferring R results to word prosessors

2006-02-09 Thread Tom Backer Johnsen
I have just started looking at R, and are getting more and more irritated at myself for not having done that before. However, one of the things I have not found in the documentation is some way of preparing output from R for convenient formatting into something like MS Word. An example: If yo