R/blipVarianceBootstrap.R
blipVarianceBootstrapContinuousY.Rd
Output both the point estimate and the bootstrap confidence interval
TMLEbootstrap::generalBootstrap
-> TMLEbootstrap::blipVarianceBootstrap
-> blipVarianceBootstrapContinuousY
Inherited methods
new()
blipVarianceBootstrapContinuousY$new( data, lambda1 = NULL, lambda2 = NULL, M1 = NULL, M2 = NULL, verbose = NULL, targeting = TRUE )
bootstrap_once()
blipVarianceBootstrapContinuousY$bootstrap_once(self, data, population_tmle)
run_bootstrap()
blipVarianceBootstrapContinuousY$run_bootstrap( n_bootstrap = 200, alpha = 0.05, kind = NULL )
clone()
The objects of this class are cloneable with this method.
blipVarianceBootstrapContinuousY$clone(deep = FALSE)
deep
Whether to make a deep clone.