percentESS | R Documentation |
A generic function to extract percentage sample ESS for different object classes
percentESS(object)
object |
An objects of class 'balancing_weights' or 'causal_estimates'. |
Percentage sample effective sample size (ESS) for the pseudo-population.
data(demo)
output1 <- balancing.weights(S, Z, X, method = "IC", naturalGroupProp)
percentESS(output1)
output2 <- causal.estimate(S, Z, X, Y, B = 5, method = "IC", naturalGroupProp)
percentESS(output2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.