f_parse_formula: Parse formula (internal use)

Description Usage Arguments Value Examples

View source: R/f_05_parse_formula.r

Description

Return list with the terms and elements of the formula

Usage

1

Arguments

formula

Surv(entry_time,exit_time,outcome)~loglin(loglin_var1,..,loglin_varn)+
lin(lin_var1,..,lin_varm)+strata(strat_var1,...strat_varp)

Value

list of terms in the formula

Examples

1

rERR documentation built on May 2, 2019, 11:10 a.m.

Related to f_parse_formula in rERR...