From b0f08630aa0a82c08a2ec0b32c1965953ba2e306 Mon Sep 17 00:00:00 2001 From: samuelsmock <smock.samuel@gmail.com> Date: Thu, 25 Jan 2024 14:39:39 +0100 Subject: [PATCH] documentation updates --- 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 94830bf..eda7472 100644 --- a/R/sim_all.R +++ b/R/sim_all.R @@ -1,5 +1,5 @@ #' Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder -#' +#' update #' @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 #' @param destype Is it a design created with ngene or with spdesign. Ngene desings should be stored as the standard .ngd output. spdesign should be the spdesign object design$design -- GitLab