Displaying 1 result from an estimated 1 matches for "sastor".
Did you mean:
astor
2004 Apr 01
3
New utility: sas2r
...l software
package R. It is our hope that the sas2R utility eventually will prove
as powerful as the true SAS system and we believe that this release
marks the beginning of a new era for R.
The sas2R utility consists of a parser (written in perl) that rewrites
the SAS code as R code and a package (sastor) of utility functions
that are needed to run the parsed code. sastor consists mainly of
functions for presenting output in the familiar and canonical SAS
format.
Download the utility at: http://www.biostatistics.dk/sas2r/index.html
Example: The following SAS code:
DATA test;
INPUT x y f$;...