logitr: Fast Estimation of Multinomial (MNL) and Mixed Logit (MXL) Models with Preference Space and Willingness to Pay Space Utility Parameterizations
The latest version includes support for:
Mixed logit models are estimated using maximum simulated likelihood based on the algorithms in Kenneth Train’s book Discrete Choice Methods with Simulation, 2nd Edition (New York: Cambridge University Press, 2009).
You can install {logitr} from CRAN:
install.packages("logitr")
or you can install the development version of {logitr} from GitHub:
# install.packages("remotes")
::install_github("jhelvy/logitr") remotes
Load the library with:
library(logitr)
View the basic usage page for details on how to use logitr to estimate models.
If you use this package for in a publication, I would greatly
appreciate it if you cited it - you can get the citation by typing
citation("logitr")
into R:
citation("logitr")
#>
#> To cite logitr in publications use:
#>
#> John Paul Helveston (2022). logitr: Fast Estimation of Multinomial
#> and Mixed Logit Models with Preference Space and Willingness to Pay
#> Space Utility Parameterizations.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {logitr: Fast Estimation of Multinomial and Mixed Logit Models with Preference Space and Willingness to Pay Space Utility Parameterizations},
#> author = {John Paul Helveston},
#> year = {2022},
#> note = {R package},
#> url = {https://jhelvy.github.io/logitr/},
#> }