Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getSAS

Read SAS output


Description

Run SAS code like in the following:

Usage

getSAS(infile, entry = "Parameter Estimates", ...)

Arguments

infile

file (csv file generated by ODS)

entry

Name of entry to capture

...

additional arguments to lower level functions

Details

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")

Author(s)

Klaus K. Holst

See Also

getMplus


lava

Latent Variable Models

v1.6.10
GPL-3
Authors
Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Initial release
2021-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.