Cross-sectional causal variance decomposition
Source:R/causal_decompose.R
causal_decompose_cross.RdDecomposes the treatment effect on total variance (or CV^2) into between-group and within-group components at a single timepoint.
Value
An object of class "ineqx_causal_cross" containing:
- tau_B
Scalar, between-group treatment effect on inequality
- tau_W
Scalar, within-group treatment effect on inequality
- tau_total
Scalar, total treatment effect (tau_B + tau_W)
- components
List of sub-components for interpretive analysis
- by_group
data.frame of group-level contributions
- params
The input ineqx_params object