View source: R/process_att_gt.R
mboot2 | R Documentation |
Function for using multiplier bootstrap to conduct inference
mboot2(inffunc, biters = 1000, alp = 0.05)
inffunc |
influence function matrix |
biters |
number of bootstrap iterations; default is 100 |
alp |
significance level; default is 0.05 |
list with the following elements:
boot_se
: bootstrap standard errors
crit_val
: critical value for uniform confidence bands
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.