bootstrap_se: Bootstrap standard error estimates for didgformula estimators

View source: R/bootstrap.R

bootstrap_seR Documentation

Bootstrap standard error estimates for didgformula estimators

Description

Bootstrap standard error estimates for didgformula estimators

Usage

bootstrap_se(data, nboots, estimator, ..., tibble = TRUE)

Arguments

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 *_pipeline() functions.

...

Arguments passed to estimator

tibble

logical. Return results as a tibble (TRUE) or vector (FALSE)?


audreyrenson/didgformula documentation built on Oct. 9, 2022, 11:45 a.m.