Usage
MFBoot(formula, data, compare = c("con", "vac"), b = 100, B = 100, alpha = 0.05, hpd = TRUE, bca = FALSE, return.boot = FALSE, trace.it = FALSE)
Arguments
formula
Formula of the form y ~ x
, where y
is a continuous response and x is a factor with two
levels
compare
Text vector stating the factor levels -
compare[1]
is the control or reference group to
which compare[2]
is compared
b
Number of bootstrap samples to take with each
cycle
B
Number of cycles, giving the total number of
samples = B * b
alpha
Complement of the confidence level
hpd
Estimate highest density intervals? Default
TRUE.
bca
Estimate BCa intervals? Default FALSE.
return.boot
Save the bootstrap sample of the MF
statistic? Default FALSE.
trace.it
Verbose tracking of the cycles? Default
FALSE.