| causalWeights-class {causalOT} | R Documentation |
causalWeights class
Description
causalWeights class
Details
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.
Slots
w0A slot with the weights for the control group with
n_0entries. Weights sum to 1.w1The weights for the treated group with
n_1entries. Weights sum to 1.estimandA character denoting the estimand targeted by the weights. One of "ATT","ATC", or "ATE".
infoA slot to store a variety of info for inference. Currently under development.
methodA character denoting the method used to estimate the weights.
penaltyA list or the selected penalty parameters, if relevant.
dataThe dataHolder object containing the original data.
callThe call used to construct the weights.
[Package causalOT version 1.0.2 Index]