extract_cut_points: Extract cutoffs between strata

View source: R/S3_methods.R

extract_cut_pointsR 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)

raikens1/stratamatch documentation built on April 1, 2022, 9:48 p.m.