Package: logitr
Title: Logit Models w/Preference & WTP Space Utility Parameterizations
Version: 0.1.0
Authors@R: c(
    person(given   = "John",
           family  = "Helveston",
           role    = c("aut", "cre", "cph"),
           email   = "john.helveston@gmail.com",
           comment = c(ORCID = "0000-0002-2657-9191")))
Description: 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. An option is available to run a 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 simulating the expected shares of a set of alternatives using an estimated model. MXL models assume uncorrelated heterogeneity covariances and are estimated using maximum simulated likelihood based on the algorithms in Train (2009) "Discrete Choice Methods with Simulation, 2nd Edition" <doi:10.1017/CBO9780511805271>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, here, ggplot2
Imports: nloptr, stats, randtoolbox, MASS
URL: https://github.com/jhelvy/logitr
BugReports: https://github.com/jhelvy/logitr/issues
NeedsCompilation: no
Packaged: 2021-01-15 13:02:49 UTC; jhelvy
Author: John Helveston [aut, cre, cph]
    (<https://orcid.org/0000-0002-2657-9191>)
Maintainer: John Helveston <john.helveston@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-19 08:40:03 UTC
