extract_cut_points {stratamatch} | R Documentation |
Extract cutoffs between strata
Description
By default, returns only the internal cut points. Cutoffs at 0 and 1 are implied.
Usage
extract_cut_points(x)
Arguments
x |
an autostrata object |
Value
a vector of the score values delineating cutoffs between strata
Examples
dat <- make_sample_data()
a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2)
cutoffs <- extract_cut_points(a.strat)
[Package stratamatch version 0.1.9 Index]