Package: choicer
Title: Discrete Choice Models for Economic Applications
Version: 0.1.0
Authors@R: 
    person("Fernando", "Cordeiro", , "fernandolpcordeiro@gmail.com", role = c("aut", "cre", "cph"))
Description: Fast estimation of discrete-choice models for applied economics.
    Likelihoods, analytical gradients and Hessians are implemented in C++ with 'OpenMP'
    parallelism, scaling efficiently to specifications with many alternative-specific
    constants. Post-estimation routines return predicted shares, own- and cross-price
    elasticities, and diversion ratios.
    Supports multinomial logit ('MNL'), mixed logit ('MXL'), and nested logit ('NL').
License: LGPL (>= 3)
URL: https://github.com/fpcordeiro/choicer
BugReports: https://github.com/fpcordeiro/choicer/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
LinkingTo: Rcpp, RcppArmadillo
Imports: data.table, nloptr, randtoolbox, Rcpp, stats
Suggests: testthat (>= 3.0.0), numDeriv, future.apply, goftest
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-05-16 12:10:10 UTC; fernando
Author: Fernando Cordeiro [aut, cre, cph]
Maintainer: Fernando Cordeiro <fernandolpcordeiro@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-20 09:10:07 UTC
