Skip to content
Back to formatted view

Raw Message

Message-ID: <3D57CE21-103B-4520-AF9D-F3EB3FE2D34C@eva.mpg.de>
Date: 2011-09-19T09:07:48Z
From: Hans-Jörg Bibiko
Subject: write estimates to Excel
In-Reply-To: <4E770236.1030707@knmi.nl>

On 19 Sep 2011, at 10:49, Paul Hiemstra wrote:

> On 09/17/2011 11:16 PM, Rafael Terra wrote:
>> Does anyone knows if there is some function to write panel data estimates to an excel file? I know it is possible to write in LaTex form, but at least for now I have to save the results in a spreadsheet.

> Saving the file as a comma separated file (csv) should be fine for
> reading in Excel. See the write.csv function.

An other option is to open your desired object in the "R Data Editor", select the part you want to use in Excel, and then either drag&drop the selection to an Excel sheet or press ?C to copy the data into the clipboard (right-click into the selection gives the context menu for more).

Cheers,
--Hans