DEPRECATED. Use bboot
instead
bdotsBoot(
formula,
bdObj,
Niter = 1000,
alpha = 0.05,
padj = "oleson",
permutation = FALSE,
permAddVar = TRUE,
cores = 0,
...
)
See details.
An object of class 'bdotsObj'
Number of iterations of bootstrap to draw
Significance level
Adjustment to make to pvalues for significance. Will be able to
use anything from p.adjust
function, but for now, just "oleson"
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
Boolean. Add observed variability for perms?
Number of cores to use in parallel. Default is zero, which uses half of what is available.
not used
Deprecated. Use bboot
instead