Revision 794180ddbb52c291f8585f8b8c462389d3d35daa authored by kgaythorpe on 30 January 2020, 17:22:28 UTC, committed by GitHub on 30 January 2020, 17:22:28 UTC
2 parent s 2acdbd4 + 5a9fc5f
Raw File
run_sero_in_parallel.R

library(parallelsugar)

source("sero_estimation.R")

run_id = 2:5

mclapply(run_id, run_estimation, mc.cores = 4)
back to top