# \donttest{
# N, B, n_sims, chosen so that the example runs quicker
# for a higher quality simulation, increase all values
res <- run_fwer_sim(
seed = 123,
n_sims = 10,
B = 199,
N = 100,
s = 10,
rho = 0
)
# }
Run the code above in your browser using DataLab