From de6629c2b2d96fee5f020edcd36ba24518af2735 Mon Sep 17 00:00:00 2001 From: Julian Sagebiel <julian.sagebiel@idiv.de> Date: Wed, 26 Jun 2024 22:19:34 +0200 Subject: [PATCH] small change --- R/sim_choice.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R/sim_choice.R b/R/sim_choice.R index cc761ae..d079567 100644 --- a/R/sim_choice.R +++ b/R/sim_choice.R @@ -139,7 +139,10 @@ designs_all <- list() return(output) -} else return(database) +} else { + output<- 1:no_sim %>% purrr::map(datadet, utility = ut, setspp=setpp, bcoefficients = bcoefficients, decisiongroups = decisiongroups, manipulations = manipulations) + return(output) } +} -- GitLab