From d95aca6aa97eb14aafd7c6c53d9f632bb02496cf Mon Sep 17 00:00:00 2001 From: Maria Voigt <maria.voigt@idiv.de> Date: Wed, 7 Jun 2017 18:45:26 +0200 Subject: [PATCH] delete making image --- src/model_fitting/abundance_model.R | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model_fitting/abundance_model.R b/src/model_fitting/abundance_model.R index bd3d97e..196040b 100644 --- a/src/model_fitting/abundance_model.R +++ b/src/model_fitting/abundance_model.R @@ -440,7 +440,6 @@ write.csv(dfbeta_frame, file.path(outdir, # #run models 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), .combine = rbind) %dopar%{ -- GitLab