bootstrap_se | R Documentation |
Bootstrap standard error estimates for didgformula estimators
bootstrap_se(data, nboots, estimator, ..., tibble = TRUE)
data |
Wide format data frame with one row per individual, and columns Yt for t = 0,1,...,Tt. |
nboots |
integer. Number of boostrap iterations |
estimator |
function. One of |
... |
Arguments passed to |
tibble |
logical. Return results as a tibble (TRUE) or vector (FALSE)? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.