Compute delta method standard errors for causal decomposition
Source:R/delta_method.R
delta_method_se.RdGiven an ineqx_params object with a variance-covariance matrix,
computes standard errors for the decomposition quantities using the
delta method: \(Var(g(\hat{\theta})) \approx \nabla g(\theta)^T \Sigma_\theta \nabla g(\theta)\).
Usage
delta_method_se(params, type = c("cross", "longit"), order = NULL, ref = NULL)