Learn R Programming

bdots (version 2.0.0)

bdotsBoot: Create bootstrapped curves from bdotsObj

Description

DEPRECATED. Use bboot instead

Usage

bdotsBoot(
  formula,
  bdObj,
  Niter = 1000,
  alpha = 0.05,
  padj = "oleson",
  permutation = FALSE,
  permAddVar = TRUE,
  cores = 0,
  ...
)

Arguments

formula

See details.

bdObj

An object of class 'bdotsObj'

Niter

Number of iterations of bootstrap to draw

alpha

Significance level

padj

Adjustment to make to pvalues for significance. Will be able to use anything from p.adjust function, but for now, just "oleson"

permutation

Boolean indicating whether to use permutation testing rather thank adjusting alpha to control FWER. WARNING: This option is very much in beta testing and not recommended for general use. Also not available for paired tests or difference of difference

permAddVar

Boolean. Add observed variability for perms?

cores

Number of cores to use in parallel. Default is zero, which uses half of what is available.

...

not used

Details

Deprecated. Use bboot instead