ssf_formula {amt} | R Documentation |
Takes a clogit
formula and returns a formula without the strata
and the
left-hand side
Description
Takes a clogit
formula and returns a formula without the strata
and the
left-hand side
Usage
ssf_formula(formula)
Arguments
formula |
A formula object |
Examples
f1 <- case_ ~ x1 * x2 + strata(step_id_)
ssf_formula(f1)
[Package amt version 0.2.2.0 Index]