Output both the point estimate and the bootstrap confidence interval

Super class

TMLEbootstrap::generalBootstrap -> ateBootstrap

Methods

Public methods

Inherited methods

Method new()

Usage

ateBootstrap$new(
  data,
  family_y,
  lambda1 = NULL,
  lambda2 = NULL,
  M1 = NULL,
  M2 = NULL,
  targeting = TRUE
)


Method bootstrap_once()

Usage

ateBootstrap$bootstrap_once(self, data)


Method run_bootstrap()

Usage

ateBootstrap$run_bootstrap(n_bootstrap = 200, alpha = 0.05, kind = NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

ateBootstrap$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.