Extract cutoffs between strata
By default, returns only the internal cut points. Cutoffs at 0 and 1 are implied.
extract_cut_points(x)
x
: an autostrata objecta vector of the score values delineating cutoffs between strata
dat <- make_sample_data() a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2) cutoffs <- extract_cut_points(a.strat)