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

deleting the image and the function that no longer in this script

parent ef110e88
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@ cl <- makeForkCluster(outfile = "")
registerDoParallel(cl)
source(file.path(indir_fun, "project_functions/scale.predictors.R"))
source(file.path(indir_fun, "project_functions/assign.grid.id.R"))
source(file.path(indir_fun, "roger_functions/rogers_model_functions.R"))
source(file.path(indir_fun, "generic/path.to.current.R"))
source(file.path(indir_fun, "roger_functions/aic_c_fac.r"))
......@@ -366,10 +365,6 @@ write.csv(dfbeta_frame, file.path(outdir,
if(is_verbose){print(paste("8. Start running models", Sys.time()))}
save.image(file.path(outdir, "image_before_fail.RData"))
results_res <- foreach(i = 1:nrow(all_model_terms),
.combine = rbind) %dopar%{
# make results dataframe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment