Skip to content
Snippets Groups Projects
Commit d95aca6a authored by Maria Voigt's avatar Maria Voigt
Browse files

delete making image

parent 6b5e300a
No related branches found
No related tags found
No related merge requests found
...@@ -440,7 +440,6 @@ write.csv(dfbeta_frame, file.path(outdir, ...@@ -440,7 +440,6 @@ write.csv(dfbeta_frame, file.path(outdir,
# #run models # #run models
if(is_verbose){print(paste("8. Start running models", Sys.time()))} if(is_verbose){print(paste("8. Start running models", Sys.time()))}
save.image(file.path(outdir, "image_before_model_fitting.RData"))
results_res <- foreach(i = 1:nrow(all_model_terms), results_res <- foreach(i = 1:nrow(all_model_terms),
.combine = rbind) %dopar%{ .combine = rbind) %dopar%{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment