distER {ESTER}R Documentation

Simulating many sequential testing with evidence ratios and plotting their distribution

Description

Simulating many sequential evidence ratios using simER, keeps the last of each simulation, and plotting their distribution.

Usage

distER(cohensd, nmin, nmax, nsims, ic = bic)

Arguments

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

Author(s)

Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com>

See Also

simER

Examples

## Not run: distER(cohensd = 0.6, nmin = 20, nmax = 100, nsims = 100, ic = bic)


[Package ESTER version 0.2.0 Index]