Description Usage Arguments Value
View source: R/match_propensity_list.R
Generates the propensity parameters used for using propensity-based calipers.
1 2 3 4 5 6 7 | match_propensity_list(
propensity_function = propensity_score_xgb(),
oos_propensity = FALSE,
n_folds = NULL,
caliper_sd_mult = 0.6,
continuous_mult = 100
)
|
propensity_function |
A function that accepts a list with four elements: |
oos_propensity |
Logical, whether to predict out of sample for the propensity score. |
n_folds |
Default NULL; how many folds if using out of sample propensity. |
caliper_sd_mult |
Maximum gap between units.In |
continuous_mult |
Penality for going above a certain caliper. |
list with names equal to all input params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.