-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.09 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
Package: idefix
Type: Package
Title: Efficient Designs for Discrete Choice Experiments
Version: 1.0.3
Roxygen: list(markdown = TRUE)
Authors@R: c(
person("Frits", "Traets", email = "frits.traets@kuleuven.be", role = c("aut", "cre")),
person("Daniel", "Gil", email = "danielgils@gmail.com", role = "ctb"))
Maintainer: Frits Traets <frits.traets@kuleuven.be>
Description: Generates efficient designs for discrete choice experiments based on the multinomial logit model, and individually adapted designs for the mixed multinomial logit model. The generated designs can be presented on screen and choice data can be gathered using a shiny application. Traets F, Sanchez G, and Vandebroek M (2020) <doi:10.18637/jss.v096.i03>.
License: GPL-3
Depends: R (>= 3.1.1), shiny
LazyData: TRUE
ByteCompile: TRUE
Imports:
dplyr,
MASS,
parallel,
Rcpp (>= 0.12.18),
Rdpack,
stats,
scales,
tmvtnorm,
utils,
dfidx
RoxygenNote: 7.1.2
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
RdMacros: Rdpack
URL: https://github.com/traets/idefix
Suggests:
RSGHB,
bayesm,
testthat