bootstrap_ci: Apply the Bayesian subsampled bootstrap to a fitted tinyvamp...

View source: R/bootstrap_ci.R

bootstrap_ciR Documentation

Apply the Bayesian subsampled bootstrap to a fitted tinyvamp model

Description

Apply the Bayesian subsampled bootstrap to a fitted tinyvamp model

Usage

bootstrap_ci(
  W,
  fitted_model,
  n_boot,
  m = NULL,
  alpha = 0.05,
  parallelize = FALSE,
  ncores = 5,
  seed = NULL,
  return_models = FALSE,
  verbose = FALSE,
  adjust = FALSE
)

statdivlab/tinyvamp documentation built on July 28, 2023, 11:21 p.m.