handle_conditional_se Calculates conditional standard errors analytically, as defined in Imai et al. (2023). See PanelEstimate() for a more complete description of the standard error types.
handle_unconditional_se(
qoi.in,
data.in,
lead,
outcome.variable,
unit.id.variable
)
Named vector with standard error estimates
string specifying the QOI
data.frame specifying the data
See PanelMatch() documentation
string specifying the name of the outcome variable
string specifying the name of the unit id variable.