GenerateSasProcPhreg: Generate a SAS script to run PROC PHREG

Description Usage Arguments Value Author(s)

View source: R/04.AnalyzeData.R

Description

Generate a SAS script string with hard-coded input file, output file, approximation method, and stratification variables.

Usage

1
GenerateSasProcPhreg(datafile, method, strata, outfile)

Arguments

datafile

csv input data file path

method

Either one of efron or breslow.

strata

Specify space-deliminated names of stratifying variables.

outfile

csv out data file path

Value

vector containing the name of SAS script file and planned output csv file name.

Author(s)

Kazuki Yoshida


kaz-yos/distributed documentation built on May 27, 2019, 4:50 a.m.