This function take an influence function and use the multiplier bootstrap to compute standard errors and critical values for uniform confidence bands.
mboot(inf_func, did_preprocessed, use_parallel = FALSE, cores = 1)A list with following elements
results from each bootstrap iteration.
variance matrix.
standard errors.
a critical value for computing uniform confidence bands.
an influence function
A dp object obtained after preprocess
Boolean of whether or not to use parallel processing in the multiplier
bootstrap, default is use_parallel=FALSE
the number of cores to use with parallel processing, default is cores=1