SASformula: SAS formula

Description Usage Arguments Details Author(s) See Also Examples

Description

Convert SAS program for R

Usage

1
SASformula(file = stop("'file' must be specified"), line.remove = NULL)

Arguments

file

filepath to SAS program.

line.remove

character vector with rows to remove.

Details

Convert a SAS program with DATA step calculation formulas to an R data frame

Author(s)

OECD STAN

See Also

calcFormula

Examples

1
2
3
file <- paste0(PATH.SASi4, "Lists\\MDL_STAN_i4_i3_A64.txt")
line.remove <- c("/* aggregate */")
SASformula(file=file, line.remove=line.remove)

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.