getSAS | R Documentation |
Run SAS code like in the following:
getSAS(infile, entry = "Parameter Estimates", ...)
infile |
file (csv file generated by ODS) |
entry |
Name of entry to capture |
... |
additional arguments to lower level functions |
ODS CSVALL BODY="myest.csv"; proc nlmixed data=aj qpoints=2 dampstep=0.5; ... run; ODS CSVALL Close;
and read results into R with:
getsas("myest.csv","Parameter Estimates")
Klaus K. Holst
getMplus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.