-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: simulateDCE
Title: Simulate Data for Discrete Choice Experiments
Version: 0.3.1
Authors@R:
person(given = "Julian", family = "Sagebiel", email = "julian.sagebiel@idiv.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0253-6875"))
Description: Supports simulating choice experiment data for given designs. It helps to quickly test different designs against each other and compare the performance of new models. The goal of 'simulateDCE' is to make it easy to simulate choice experiment datasets using designs from 'NGENE', 'idefix' or 'spdesign'. You have to store the design file(s) in a sub-directory and need to specify certain parameters and the utility functions for the data generating process. For more details on choice experiments see Mariel et al. (2021) <doi:10.1007/978-3-030-62669-3>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr (>= 1.1.4),
evd,
formula.tools,
ggplot2,
kableExtra,
magrittr,
mixl,
psych,
purrr,
readr,
rmarkdown,
stats,
utils,
stringr,
tibble,
tictoc,
tidyr,
future,
furrr,
qs,
data.table,
glue
Suggests:
knitr,
testthat (>= 3.0.0),
rlang
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr