percentESS: Extract percentage sample ESS

View source: R/accessor.R

percentESSR Documentation

Extract percentage sample ESS

Description

A generic function to extract percentage sample ESS for different object classes

Usage

percentESS(object)

Arguments

object

An objects of class 'balancing_weights' or 'causal_estimates'.

Value

Percentage sample effective sample size (ESS) for the pseudo-population.

Examples

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)


WMAP documentation built on April 3, 2025, 8:55 p.m.

Related to percentESS in WMAP...