Simulates sequential testing with evidence ratios
Simulates one or many sequential testing with evidence ratios from independent two-groups comparisons, as a function of sample size and standardized mean difference. Evidence ratios are computed from the so-called Akaike weights from either the Akaike Information Criterion or the Bayesian Information Criterion.
simER(cohensd = 0, nmin = 20, nmax = 100, boundary = 10, nsims = 20, ic = bic, cores = 2, verbose = FALSE)
cohensd
: Expected effect sizenmin
: Minimum sample size from which start computing ERsnmax
: Maximum sample size at which stop computing ERsboundary
: The Evidence Ratio (or its reciprocal) at which the run is stopped as wellnsims
: Number of simulated samples (should be dividable by cores)ic
: Indicates whether to use the aic or the biccores
: Number of parallel processes. If cores is set to 1, no parallel framework is used (default is two cores).verbose
: Show output about progressAn object of class data.frame
, which contains...
## Not run: sim <- simER(cohensd = 0.8, nmin = 20, nmax = 100, boundary = 10, nsims = 100, ic = bic, cores = 2, verbose = TRUE) plot(sim, log = TRUE, hist = TRUE) ## End(Not run)
ictab
, analysER
Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com >