Displaying 1 result from an estimated 1 matches for "rtmp23335".
Importing a SAS file to R: Alas, STILL more problems--has anyone gotten this message before, and why
2004 Feb 09
1
Importing a SAS file to R: Alas, STILL more problems--has anyone gotten this message before, and why
...or the foreign package, p.9:
> list.files("C:/Project_data/WINBUGSfiles")
[1] "lastfile.sas7bdat"
> dtabunch<-read.ssd("C:/Project_data/WINBUGSfiles","lastfile")
I unfortunately got this:
SAS failed. SAS program at
C:\DOCUME~1\bjz9\LOCALS~1\Temp\Rtmp23335\file29621.sas
a log and other error products should be in the vicinity
Warning messages:
1: sas not found
2: ls not found
3: SAS return code was -1 in: read.ssd("C:/Project_data/WINBUGSfiles",
"lastfile")
I have tried to find the log file but have been unable to do so.Can...