powered by
Print method for objects of class 'balancing_weights'
# S3 method for balancing_weights print(x, ...)
Print values of the 'balancing_weights' object, including:
The total number of weights.
Percentage sample effective sample size (ESS) for the pseudo-population.
An object of class 'balancing_weights'
Additional arguments affecting the printed results (so far no additional arguments are needed, so leave blank).
data(demo) output1 <- balancing.weights(S, Z, X, method = "IC", naturalGroupProp) print(output1)
Run the code above in your browser using DataLab