-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
51 lines (51 loc) · 2.11 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
41
42
43
44
45
46
47
48
49
50
51
Package: logitr
Title: Logit Models w/Preference & WTP Space Utility Parameterizations
Version: 1.1.2
Authors@R: c(
person(given = "John",
family = "Helveston",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2657-9191")),
person(given = "Connor",
family = "Forsythe",
role = "ctb",
email = "[email protected]"))
Description: Fast estimation of multinomial (MNL) and mixed logit (MXL) models in R. Models can be estimated using "Preference" space or "Willingness-to-pay" (WTP) space utility parameterizations. Weighted models can also be estimated. An option is available to run a parallelized multistart optimization loop with random starting points in each iteration, which is useful for non-convex problems like MXL models or models with WTP space utility parameterizations. The main optimization loop uses the 'nloptr' package to minimize the negative log-likelihood function. Additional functions are available for computing and comparing WTP from both preference space and WTP space models and for predicting expected choices and choice probabilities for sets of alternatives based on an estimated model. Mixed logit models can include uncorrelated or correlated heterogeneity covariances and are estimated using maximum simulated likelihood based on the algorithms in Train (2009) <doi:10.1017/CBO9780511805271>. More details can be found in Helveston (2023) <doi:10.18637/jss.v105.i10>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Suggests:
apollo,
broom,
broom.helpers (>= 1.15.0),
dplyr,
fastDummies,
ggplot2,
ggrepel,
gmnl,
gtsummary (>= 2.0.0),
here,
kableExtra,
knitr,
mixl,
mlogit,
rmarkdown,
testthat,
texreg,
tidyr
Imports:
generics,
MASS,
nloptr,
parallel,
randtoolbox,
stats,
tibble
URL: https://github.com/jhelvy/logitr
BugReports: https://github.com/jhelvy/logitr/issues