From 92193c4932f4aae9faa99a8ecc662fadd70db181 Mon Sep 17 00:00:00 2001 From: dj44vuri <julian.sagebiel@idiv.de> Date: Mon, 11 Dec 2023 01:30:29 +0100 Subject: [PATCH] small change in purrr file --- simulationcore_purrr.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulationcore_purrr.R b/simulationcore_purrr.R index f390ee9..9c7c8f0 100644 --- a/simulationcore_purrr.R +++ b/simulationcore_purrr.R @@ -25,9 +25,9 @@ designname <- str_remove_all(list.files(designpath,full.names = F), tictoc::tic() -browser() + if (!exists("destype")) destype="ngene" -browser() + all_designs<- purrr::map(designfile, sim_choice, no_sim= nosim,respondents = resps, mnl_U = mnl_U, destype=destype) %>% setNames(designname) -- GitLab