Displaying 3 results from an estimated 3 matches for "oview".
Did you mean:
view
2010 Dec 28
2
Importing Sas files to R
Dear All,
Am trying to import SAS files to R.
For that i used library "Hmisc" and
try<-sas.get("C:\\ex.sas7bdat") . But it shows error that
Error in sas.get("C:\\ex.sas7bdat") : SAS member name is required
In addition: Warning message:
In sas.get("C:\\ex.sas7bdat") :
C:\ex.sas7bdat/formats.sc? or formats.sas7bcat not found. Formatting
ignored.
2010 Feb 04
5
Reading sas7bdat files directly
Hi, I have a need to process (in real-time) a large number of .sas7bdat files from within R. The problem is I don't want to convert these files to .xpt (transport) every time. So just checking if anyone has a (viable) way to read .sas7bdat files directly into R?
Thank You.
//----------------------------------
// Alex Bryant
// Software Developer
// Integrated Clinical systems
//
2010 Dec 28
4
Reading sas7bdat files into R
Hi All,
I am trying to import a .sas7bdat file into R.
I tried using Hmisc package's sasxport.get() function.
temp <- sasxport.get("path\abcd.sas7bdat")
I get an error that says "Error in lookup.xport(file) : file not in SAS transfer format"
I am not familiar with SAS transfer format.
Could somebody please clarify what is it that I am missing,
Thanks for your