# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RSGHB" in publications use:' type: software license: GPL-3.0-only title: 'RSGHB: Functions for Hierarchical Bayesian Estimation: A Flexible Approach' version: 1.2.2 doi: 10.32614/CRAN.package.RSGHB abstract: 'Functions for estimating models using a Hierarchical Bayesian (HB) framework. The flexibility comes in allowing the user to specify the likelihood function directly instead of assuming predetermined model structures. Types of models that can be estimated with this code include the family of discrete choice models (Multinomial Logit, Mixed Logit, Nested Logit, Error Components Logit and Latent Class) as well ordered response models like ordered probit and ordered logit. In addition, the package allows for flexibility in specifying parameters as either fixed (non-varying across individuals) or random with continuous distributions. Parameter distributions supported include normal, positive/negative log-normal, positive/negative censored normal, and the Johnson SB distribution. Kenneth Train''s Matlab and Gauss code for doing Hierarchical Bayesian estimation has served as the basis for a few of the functions included in this package. These Matlab/Gauss functions have been rewritten to be optimized within R. Considerable code has been added to increase the flexibility and usability of the code base. Train''s original Gauss and Matlab code can be found here: See Train''s chapter on HB in Discrete Choice with Simulation here: ; and his paper on using HB with non-normal distributions here: . The authors would also like to thank the invaluable contributions of Stephane Hess and the Choice Modelling Centre: .' authors: - family-names: Dumont given-names: Jeff email: Jeff.Dumont@rsginc.com - family-names: Keller given-names: Jeff email: Jeff.Keller@rsginc.com repository: https://cranhaven.r-universe.dev repository-code: https://github.com/RSGInc/RSGHB commit: 56d8c331749b8e2a78d2a6928f2e0e3685ad8c99 url: https://github.com/RSGInc/RSGHB date-released: '2019-07-03' contact: - family-names: Dumont given-names: Jeff email: Jeff.Dumont@rsginc.com