powered by
Run all four Monte Carlo analyses in one call
run_all_mc( data, n_iter = 1000, seed = 42, stop_col = "vol", rt_col = "RT_exp", acc_col = "correct", ssd_col = "soa" )
Named list: bootstrap, simulation, power, robustness.
data.frame in SSRTcalc long format.
Iterations (shared). Default 1000.
Random seed. Default 42.
Column names.
if (FALSE) { data(adaptive) d <- adaptive[adaptive$SubjID == 1, ] res <- run_all_mc(d, n_iter=500) }
Run the code above in your browser using DataLab