Usually these arguments do not need to be changed.
bfControl(calcmethod = c("int", "mc"), epsilon = 10^(-8), nmc = 10^5)
A list with elements:
either 'int' or 'mc'
small positive number
number of Monte Carlo replications used when calcmethod='mc'
either 'int' for numeric integration (default), or 'mc' for Monte Carlo estimation
small value input into pbf
or qbf
number of Monte Carlo replications used when calcmethod='mc'
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.