handle_conditional_se: handle_conditional_se Calculates conditional standard errors...

View source: R/standard_errors.R

handle_conditional_seR Documentation

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.

Description

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.

Usage

handle_conditional_se(
  qoi.in,
  data.in,
  lead,
  outcome.variable,
  unit.id.variable
)

Arguments

qoi.in

string specifying the QOI

data.in

data.frame specifying the data

lead

See PanelMatch() documentation

outcome.variable

string specifying the name of the outcome variable

unit.id.variable

string specifying the name of the unit id variable.

Value

Named vector with standard error estimates


PanelMatch documentation built on June 22, 2024, 10:32 a.m.