entBWOptions {causalOT} | R Documentation |
Options for the Entropy Balancing Weights
Description
Options for the Entropy Balancing Weights
Usage
entBWOptions(delta = NULL, grid.length = 20L, nboot = 1000L, ...)
Arguments
delta |
A number or vector of tolerances for the balancing functions. Default is NULL which will use a grid search |
grid.length |
The number of values to try in the grid search |
nboot |
The number of bootstrap samples to run during the grid search. |
... |
Arguments passed on to lbfgsb3c() |
Value
A list of class entBWOptions
with slots
-
delta
Delta values to try -
grid.length
The number of parameters to try -
nboot
Number of bootstrap samples -
solver.options
A list of options passed to 'lbfgsb3c()
Function balancing
This method will balance functions of the covariates within some tolerance, . For these functions
, we will desire
, where in this case we are targeting balance with the treatment group for the ATT. is the pooled standard deviation prior to balancing.
Examples
opts <- entBWOptions(delta = 0.1)
[Package causalOT version 1.0.2 Index]