causalWeights-class | R Documentation |
causalWeights class
This object is returned by the calc_weight
function in this package. The slots can be accessed as any S4 object. There is no publicly accessible constructor function.
w0
A slot with the weights for the control group with n_0
entries. Weights sum to 1.
w1
The weights for the treated group with n_1
entries. Weights sum to 1.
estimand
A character denoting the estimand targeted by the weights. One of "ATT","ATC", or "ATE".
info
A slot to store a variety of info for inference. Currently under development.
method
A character denoting the method used to estimate the weights.
penalty
A list or the selected penalty parameters, if relevant.
data
The dataHolder object containing the original data.
call
The call used to construct the weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.