search for: sas_dataset

Displaying 1 result from an estimated 1 matches for "sas_dataset".

Did you mean: sas_datasets
2012 Oct 17
1
sas7bdat package running very slowly
...ne. So I stopped it because from what I read, it shouldn't be taking this long. Should it take this long for a file this size? If not, any ideas on what might be wrong? The code I'm using is as follows: library(sas7bdat) memory.limit(size=4000) out1<-read.sas7bdat("C:/South Africa/SAS_Datasets/labdata6.sas7bdat") And I'm using R version 2.14.1. Thanks Helen