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_glm_in_parallel.R

library(parallelsugar)

source("GLM_estimation.R")

model_var <- 1:20

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