getSAS: Read SAS output

Description Usage Arguments Details Author(s) See Also

View source: R/zgetsas.R

Description

Run SAS code like in the following:

Usage

1
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 documentation built on May 2, 2019, 4:49 p.m.