:[EMAIL PROTECTED] On Behalf Of Stefo Ratino
Sent: Monday, October 13, 2008 5:20 PM
To: r-help@r-project.org
Subject: [R] SAS Data
Hello everybody,
I would like to read a SAS Data data1.sas7bdat in R! Is this possible?
Thank you a lot in advance ;),
Stefo
Stefo Ratino wrote:
> Hello everybody,
>
> I would like to read a SAS Data data1.sas7bdat in R! Is this possible?
>
Only if you have access to SAS. The file format is proprietary and noone
has bothered to decipher it.
> Thank you a lot in advance ;),
> Stefo
>
>
Hello everybody,
I would like to read a SAS Data data1.sas7bdat in R! Is this possible?
Thank you a lot in advance ;),
Stefo
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Samuel Okoye
> Sent: Friday, March 14, 2008 8:21 AM
> To: [EMAIL PROTECTED]
> Subject: [R] SAS data
>
> Hello,
>
> I am trying to read the SAS file MyData.sa7bdat in
Looks to me like you are trying to read sas.exe as your data rather
than MyData.sa7bdat
Larry
On Fri, Mar 14, 2008 at 8:21 AM, Samuel Okoye <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to read the SAS file MyData.sa7bdat in R! This file is saved
> under D:\data! I therefore wrote
>
Hello,
I am trying to read the SAS file MyData.sa7bdat in R! This file is saved
under D:\data! I therefore wrote
> path <-"D:/SasData"
> sashome <- "C/Progra, Files/SAS Institute/9_1/SAS"
> sascmd <- file.path(sashome, "sas.exe")
> MyData <- read.ssd(path, "MyData", sascmd=sascm
6 matches
Mail list logo