This repository has been archived on 2020-01-29. You can view files and clone it, but cannot push or open issues or pull requests.
rcmle/DESCRIPTION

24 lines
973 B
Plaintext

Package: rcmle
Title: Maximum Likelihood Estimation functions for discrete choice under risk.
Version: 0.19.0
Authors@R: person("Brian", "Monroe", email = "brian@bamonroe.com", role = c("aut", "cre"))
Description: This package provides functions to estimate risk preferences provided by rcguts, and generic functions to do maximum likelihood estimation with the rc* format. These functions allow for parameters to easily be made into linear functions of observable covariates, clustering standard errors around a variable, and delta method functions to do non-linear wald tests. The last delta methods were added when nlWaldTest was found to be limiting in the funcitonal forms of the tests it allows.
Depends:
R (>= 3.3.1)
License: MIT
Additional_repositories: https://bamonroe.com/drat/
Encoding: UTF-8
LazyData: true
LinkingTo:
Imports:
rcguts,
dplyr,
numDeriv,
nlWaldTest,
optimx,
maxLik
Suggests:
nloptr,
ctools
RoxygenNote: 6.1.1