summary.balancing_weights | R Documentation |
Summary method for objects of class 'balancing_weights'
## S3 method for class 'balancing_weights'
summary(object, ...)
object |
An object of class 'balancing_weights' |
... |
Additional arguments affecting the summary produced (so far no additional arguments are needed, so leave blank). |
Printed summary of the 'balancing_weights' object, including:
The total number of weights.
Statistical summary of weight values.
Percentage sample effective sample size (ESS) for the pseudo-population.
data(demo)
output1 <- balancing.weights(S, Z, X, method = "IC", naturalGroupProp)
summary(output1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.