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 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: r-cran-bayesm
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Chris Lawrence <lawrencc@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-rcpp,
r-cran-rcpparmadillo
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-bayesm
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-bayesm.git
Homepage: https://cran.r-project.org/package=bayesm
Rules-Requires-Root: no
Package: r-cran-bayesm
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package for Bayesian inference
The bayesm package covers many important models used in marketing and
micro-econometrics applications. The package includes:
.
* Bayes Regression (univariate or multivariate dep var)
* Multinomial Logit (MNL) and Multinomial Probit (MNP)
* Multivariate Probit,
* Multivariate Mixtures of Normals
* Hierarchical Linear Models with normal prior and covariates
* Hierarchical Multinomial Logits with mixture of normals prior and
covariates
* Bayesian analysis of choice-based conjoint data
* Bayesian treatment of linear instrumental variables models
* Analyis of Multivariate Ordinal survey data with scale usage heterogeneity
(as in Rossi et al, JASA (01)).
.
For further reference, consult the authors' book, _Bayesian Statistics and
Marketing_ by Allenby, McCulloch and Rossi.
|