forked from traets/idefix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.12 KB
/
DESCRIPTION
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: 0.3.3
Roxygen: list(markdown = TRUE)
Authors@R: c(
person("Frits", "Traets", email = "[email protected]", role = c("aut", "cre")),
person("Daniel", "Gil", email = "[email protected]", role = "ctb"))
Author: Frits Traets [aut, cre]
Maintainer: Frits Traets <[email protected]>
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. Crabbe M, Akinc D and Vandebroek M (2014) <doi:10.1016/j.trb.2013.11.008>.
License: GPL-3
Depends: R (>= 3.1.1), shiny
LazyData: TRUE
ByteCompile: TRUE
Imports:
dplyr,
gtools,
MASS,
maxLik,
mlogit,
parallel,
Rcpp (>= 0.12.18),
Rdpack,
stats,
scales,
tmvtnorm,
utils
RoxygenNote: 6.1.1
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
RdMacros: Rdpack
URL: https://github.com/traets/idefix
Suggests: testthat