distER {ESTER} | R Documentation |
Simulating many sequential evidence ratios using simER
, keeps the last
of each simulation, and plotting their distribution.
distER(cohensd, nmin, nmax, nsims, ic = bic)
cohensd |
Expected effect size |
nmin |
Minimum sample size from which start computing ERs |
nmax |
Maximum sample size at which stop computing ERs |
nsims |
Number of experiments to simulate. |
ic |
Indicates whether to use the aic or the bic |
Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com>
## Not run: distER(cohensd = 0.6, nmin = 20, nmax = 100, nsims = 100, ic = bic)