[R] SAS Data

2008-10-13 Thread Stefo Ratino
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

Re: [R] SAS Data

2008-10-13 Thread Peter Dalgaard
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

Re: [R] SAS Data

2008-10-13 Thread Shubha Vishwanath Karanth
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 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] SAS data

2008-03-16 Thread Daniel Nordlund
-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 R! This file is saved under D:\data! I

[R] SAS data

2008-03-14 Thread Samuel Okoye
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=sascmd) The

Re: [R] SAS data

2008-03-14 Thread Lawrence Hanser
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