compute_se_agg {triplediff} | R 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)
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
[Package triplediff version 0.1.0 Index]