Re: [R] reading version 9 SAS datasets in R

2008-12-03 Thread Frank E Harrell Jr
Frank E Harrell Jr wrote: [EMAIL PROTECTED] wrote: Hi, I am trying to read a SAS version 9.1.3 SAS dataset into R (to preserve the SAS labels), but am unable to do so (I have read in a CSV version). I first created a transport file using the SAS code: libname ces2 'D:\CES Analysis\Data

Re: [R] reading version 9 SAS datasets in R

2008-12-03 Thread Frank E Harrell Jr
[EMAIL PROTECTED] wrote: Hi, I am trying to read a SAS version 9.1.3 SAS dataset into R (to preserve the SAS labels), but am unable to do so (I have read in a CSV version). I first created a transport file using the SAS code: libname ces2 'D:\CES Analysis\Data'; filename transp 'D:\CES

Re: [R] reading version 9 SAS datasets in R

2008-12-03 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, December 03, 2008 1:40 PM > To: r-help@r-project.org > Cc: [EMAIL PROTECTED] > Subject: [R] reading version 9 SAS datasets in R > > Hi,

[R] reading version 9 SAS datasets in R

2008-12-03 Thread jude.ryan
Hi, I am trying to read a SAS version 9.1.3 SAS dataset into R (to preserve the SAS labels), but am unable to do so (I have read in a CSV version). I first created a transport file using the SAS code: libname ces2 'D:\CES Analysis\Data'; filename transp 'D:\CES Analysis\Data\fadata.xpt';