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)
Expected effect size
Minimum sample size from which start computing ERs
Maximum sample size at which stop computing ERs
The Evidence Ratio (or its reciprocal) at which the run is stopped as well
Number of simulated samples (should be dividable by cores)
Indicates whether to use the aic or the bic
Number of parallel processes. If cores is set to 1, no parallel framework is used (default is two cores).
Show output about progress
An 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)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab