get_weights | R Documentation |
A generic function to extract sample weights from objects of class 'balancing_weights'
get_weights(object)
object |
An objects of class 'balancing_weights'. |
Empirically normalized sample weights.
data(demo)
output1 <- balancing.weights(S, Z, X, method = "IC", naturalGroupProp)
get_weights(output1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.