bound_propensity: Bounding Propensity Scores

Description Usage Arguments

View source: R/bound.R

Description

Bounds estimated propensity score values to be within a specified range.

Usage

1
bound_propensity(vals, bounds = c(0.025, 0.975))

Arguments

vals

A numeric vector of values in the closed unit interval.

bounds

A numeric vector containing two values, the first being the minimum allowable value and the second being the maximum allowable for values appearing in the vector vals (the previous argument).


Netflix/sherlock documentation built on Dec. 17, 2021, 5:22 a.m.