Package: rmdcev
Type: Package
Title: Multiple Discrete-Continuous Extreme Value (MDCEV) Model
Version: 0.9.0
Authors@R: c(
    person(given = "Patrick",
           family = "Lloyd-Smith",
           role = c("aut", "cre"),
           email = "patrick.lloydsmith@usask.ca"),
    person("Trustees of", "Columbia University", 
         role = "cph"))
Maintainer: Patrick Lloyd-Smith <patrick.lloydsmith@usask.ca>
Description: Estimates different multiple discrete-continuous extreme value
	(MDCEV) demand model specifications with observed and unobserved individual heterogeneity (Bhat (2008) <doi:10.1016/j.trb.2007.06.002>). Fixed parameter,
	latent class, and random parameter models can be estimated. These models are estimated using
	maximum likelihood or Bayesian estimation techniques and are implemented in 'Stan', which is a
	C++ package for performing full Bayesian inference (see Stan Development Team (2018) <http://mc-stan.org>). 
	The 'rmdcev' package also includes functions for demand simulation (Pinjari and Bhat (2011) <https://repositories.lib.utexas.edu/handle/2152/23880>) 
	and welfare simulation (Lloyd-Smith (2018) <doi:10.1016/j.jocm.2017.12.002>).
License: MIT + file LICENSE
Depends: R (>= 3.4.0), Rcpp (>= 0.12.0), methods
Imports: rstan (>= 2.18.2), rstantools (>= 1.5.1), dplyr (>= 0.7.8),
        tidyselect, parallel, stringr, purrr, tibble, tidyr, rlang,
        utils, stats, tmvtnorm
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.4.0),
        rstan (>= 2.18.2), StanHeaders (>= 2.18.0)
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
SystemRequirements: GNU make C++14
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
Packaged: 2019-06-20 23:21:03 UTC; Pat
Author: Patrick Lloyd-Smith [aut, cre],
  Trustees of Columbia University [cph]
Repository: CRAN
Date/Publication: 2019-06-21 15:00:03 UTC
