-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 979 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 979 Bytes
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
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"))
Description: Tools for estimating discrete-choice models used in applied economics.
Likelihoods are implemented in C++ and exposed to R for use with generic optimizers (e.g., optim(), nloptr).
The package emphasizes efficient handling of high-dimensional alternative-specific constants and currently 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
data.table,
nloptr,
randtoolbox,
Rcpp,
stats
Suggests:
testthat (>= 3.0.0),
numDeriv,
knitr,
rmarkdown
Config/testthat/edition: 3