View source: R/helper_functions.R
benchmark | R Documentation |
Returns the benchmarking results for a single covariate (or a single group of covariates)
benchmark(
omit,
weights,
data,
sigma2,
estimand = "ATT",
weighting_method = "ebal",
weight_max = Inf
)
omit |
Variable to omit |
weights |
Vector of estimated weights |
data |
data.frame containing outcomes and covariate information |
sigma2 |
Variance of the outcome variable |
estimand |
Specifies estimand; possible parameters include "ATT" or "PATE", |
weighting_method |
Weighting method. Supports weighting methods from the package |
weight_max |
Maximum weight to trim at. Default set to |
Benchmarking results for a single covariate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.