bfControl {asht} | R Documentation |
Algorithm control arguments for Behrens-Fisher test
Description
Usually these arguments do not need to be changed.
Usage
bfControl(calcmethod = c("int", "mc"), epsilon = 10^(-8), nmc = 10^5)
Arguments
calcmethod |
either 'int' for numeric integration (default), or 'mc' for Monte Carlo estimation |
epsilon |
|
nmc |
number of Monte Carlo replications used when calcmethod='mc' |
Details
When calcmethod='int' does numeric integration. This calls qbf
which uses the epsilon
argument.
When calcmethod='mc' does Monte Carlo estimation of p-value and confidence interval. Uses nmc
as the number of replicates.
Value
A list with elements:
calcmethod |
either 'int' or 'mc' |
epsilon |
small positive number |
nmc |
number of Monte Carlo replications used when calcmethod='mc' |
[Package asht version 1.0.1 Index]