Learn R Programming

triplediff (version 0.2.0)

compute_se_agg: 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)

Value

scalar standard error

Arguments

influence_function

An influence function

boot

a boolean indicating whether bootstrapping was performed

boot_std_errors

a vector of bootstrapped standard errors