Skip to content

Commit 39d262b

Browse files
committed
small correction in argument desciption
1 parent 0577498 commit 39d262b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/sim_choice.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @param no_sim Number of runs i.e. how often do you want the simulation to be repeated
55
#' @param respondents Number of respondents. How many respondents do you want to simulate in each run.
66
#' @param u A list with utility functions. The list can incorporate as many decision rule groups as you want. However, each group must be in a list in this list. If you just use one group (the normal), this group still has to be in a list in the u list. As a convention name beta coefficients starting with a lower case "b"
7-
#' @param estimate If TRUE models will be estimated. If false only a dataset will be simulated. Default is true
7+
#' @param estimate If TRUE models will be estimated. If false only a dataset will be simulated. Default is TRUE
88
#' @inheritParams readdesign
99
#' @inheritParams simulate_choices
1010
#' @param chunks The number of chunks determines how often results should be stored on disk as a safety measure to not loose simulations if models have already been estimated. For example, if no_sim is 100 and chunks = 2, the data will be saved on disk after 50 and after 100 runs.

0 commit comments

Comments
 (0)