extract_cut_points | R Documentation |
By default, returns only the internal cut points. Cutoffs at 0 and 1 are implied.
extract_cut_points(x)
x |
an autostrata object |
a 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.