compute_se_agg: Take influence function and compute standard errors

View source: R/compute_aggregations.R

compute_se_aggR Documentation

Take influence function and compute standard errors

Description

Function to take an nx1 influence function and return a standard error

Usage

compute_se_agg(
  influence_function,
  boot = FALSE,
  boot_std_errors = NA,
  cluster_vec = NULL
)

Arguments

influence_function

An influence function

boot

a boolean indicating whether bootstrapping was performed

boot_std_errors

a vector of bootstrapped standard errors

Value

scalar standard error


triplediff documentation built on June 14, 2026, 1:06 a.m.