I received an email from a very inconvenienced statistician a few weeks ago. The problem was an old data file with the extension .sd2. Apparently, this is an obsolete data storage format used by past versions of SAS. A quick glance at the file contents revealed that this sd2 formatted file is incompatible with...
Read more »
Tags: idea, Programming, R, SAS, sas7bdat, sd2, Technical
Posted in SAS | Comments Off
The development version of the read.sas7bdat function (in the sas7bdat package) now reads field labels and formats. In addition, errors of the type "found <x> <type> subheaders where 1 expected" are now a thing of the past. These improvements are largely due to work by Clint Cummins. The function also works on some files...
Read more »
Tags: compatibility, R, SAS, sas7bdat, Technical
Posted in SAS | Comments Off
Experimenting with a tty Connection for R I presented twice at this years useR!. The first was a regular talk on the tty connection patch for R. The talk went smoothly, despite a live demonstration using the DLP-232PC data acquisition module (datasheet). The slides for this presentation are here: shotwell-tty-useR-2011.pdf The image above is...
Read more »
Tags: electronics, patch, R, SAS, sas7bdat, serial, Technical, tty
Posted in SAS | Comments Off
By Brian Kimball: http://code.google.com/p/sasquatch
Read more »
Tags: Programming, R, SAS, sas7bdat, Technical
Posted in SAS | Comments Off
I gave a talk at the Interface Symposium on reproducible research in practice. I went first in the session, so the slides have a bit more background and philosophy. It was a great session; one of Jon Claerbout's colleagues spoke, Sergey Fomel, a founding author of Madagascar; Sorin Mitran from UNC Chapel Hill talked...
Read more »
Tags: R, reproducible, SAS, Sweave, Technical, yarr
Posted in SAS | Comments Off
An earlier post (1216) introduced a compatibility study (i.e. reverse engineering) of the sas7bdat database file format. The code and documentation for this are here: http://github.com/biostatmatt/sas7bdat. I've recently restructured the code as an R package, and added some functionality. Look for the sas7bdat package on the CRAN. Also, the read.sas7bdat code has been ported...
Read more »
Tags: compatibility, Programming, R, SAS, sas7bdat, Technical
Posted in SAS | Comments Off
This post describes some preliminary results from a compatibility study of the SAS sas7bdat file format. The most current results stored in a github repository here: sas7bdat The ultimate goal is a native solution to the incompatibility between open-source statistical software (e.g. R) and sas7bdat database files. Demonstration There has been significant progress in...
Read more »
Tags: compatibility, data, Programming, R, SAS, sas7bdat, Technical
Posted in SAS | Comments Off