From f69b62e3a13270fec60a6d7d418d0bf528754800 Mon Sep 17 00:00:00 2001 From: dj44vuri <julian.sagebiel@idiv.de> Date: Mon, 15 Jan 2024 13:48:15 +0100 Subject: [PATCH] small change in sim_all --- R/sim_all.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sim_all.R b/R/sim_all.R index a6f2379..469c9b2 100644 --- a/R/sim_all.R +++ b/R/sim_all.R @@ -1,4 +1,4 @@ -#' Title Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder +#' Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder #' #' @param nosim Number of runs or simulations. For testing use 2 but once you go serious, use at least 200, for better results use 2000. #' @param resps Number of respondents you want to simulate -- GitLab