powered by
clogit
strata
Takes a clogit formula and returns a formula without the strata and the left-hand side
ssf_formula(formula)
A formula object
f1 <- case_ ~ x1 * x2 + strata(step_id_) ssf_formula(f1)
Run the code above in your browser using DataLab