-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.07 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
35
36
37
38
39
40
Type: Package
Package: mixl
Title: Simulated Maximum Likelihood Estimation of Mixed Logit
Models for Large Datasets
Version: 1.3.3
Date: 2021-12-07
Authors@R:
person(given = "Joseph",
family = "Molloy",
role = c("aut", "cre"),
email = "joseph.molloy@ivt.baug.ethz.ch")
Description: Specification and estimation of multinomial logit
models. Large datasets and complex models are supported, with an
intuitive syntax. Multinomial Logit Models, Mixed models, random
coefficients and Hybrid Choice are all supported. For more
information, see Molloy et al. (2019) <doi:10.3929/ethz-b-000334289>.
License: GPL (>= 2)
URL: https://github.com/joemolloy/fast-mixed-mnl
BugReports: https://github.com/joemolloy/fast-mixed-mnl/issues
Imports:
maxLik,
numDeriv,
randtoolbox,
Rcpp (>= 0.12.19),
readr,
sandwich,
stats,
stringr (>= 1.3.1)
Suggests:
knitr,
mlogit,
rmarkdown,
testthat,
texreg,
xtable
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1