On Tue, Mar 1, 2011 at 4:27 AM, JoonGi wrote:
>
> Thanks in advance.
>
> I'm having a trouble with data saving.
>
> I want to run the same data which is in Ecdat library at different statistic
> programs(excel, stata and matlab)
>
> The data I want to use is
>
> library(Ecdat)
> data(Housing)
>
>
On Tue, 1 Mar 2011, Santosh Srinivas wrote:
for excel .. see library(xlsx)
(That's for Excel >= 2007 only, .xlsx not .xls are requested.)
Simply consult the relevant manual, 'R Data Import/Export': all of
this is covered there. There is a very new package XLConnect that is
only covered in
for excel .. see library(xlsx)
On Tue, Mar 1, 2011 at 2:57 PM, JoonGi wrote:
>
> Thanks in advance.
>
> I'm having a trouble with data saving.
>
> I want to run the same data which is in Ecdat library at different statistic
> programs(excel, stata and matlab)
>
> The data I want to use is
>
> lib
Thanks in advance.
I'm having a trouble with data saving.
I want to run the same data which is in Ecdat library at different statistic
programs(excel, stata and matlab)
The data I want to use is
library(Ecdat)
data(Housing)
and I want to extract this data our of R as *.dta *.xls formats.
So,
4 matches
Mail list logo