get_resBoot: Perform bootstraps

get_resBootR Documentation

Perform bootstraps

Description

Perform bootstraps

Usage

get_resBoot(
  tab,
  R,
  model_base,
  nCPU,
  updateProgress = function(detail) detail,
  varajust = NULL
)

get_resBoot_p(
  tab,
  R,
  model_base,
  nCPU,
  updateProgress = function(detail) detail,
  varajust = NULL
)

get_resBoot_anova(
  tab,
  R,
  model_base,
  nCPU,
  updateProgress = function(detail) detail,
  varajust = NULL
)

Arguments

tab

A tab

R

Number of replications of the bootstrap

model_base

The base model

nCPU

The number of CPU used in parallel processing

updateProgress

Function to show when used in Shiny

varajust

The adjustment variables of the model

Value

An object of class boot

Functions

  • get_resBoot(): Performs bootstrap to further compute the confidence interval

  • get_resBoot_p(): Permutation test for p-values

  • get_resBoot_anova(): Permutation test for anova p-values


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.