/usr/lib/R/site-library/MNP/DESCRIPTION is in r-cran-mnp 3.1-0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 43 | Package: MNP
Version: 3.1-0
Date: 2017-09-27
Title: R Package for Fitting the Multinomial Probit Model
Authors@R: c(
person("Kosuke", "Imai", , "kimai@princeton.edu", c("aut", "cre")),
person("David", "van Dyk", , "dvandyk@imperial.ac.uk", c("aut")),
person("Hubert", "Jin", , "hubertj@princeton.edu", c("ctb"))
)
Maintainer: Kosuke Imai <kimai@princeton.edu>
Depends: R (>= 2.1), MASS, utils
Suggests: testthat
Description: Fits the Bayesian multinomial probit model via Markov chain
Monte Carlo. The multinomial probit model is often used to analyze
the discrete choices made by individuals recorded in survey data.
Examples where the multinomial probit model may be useful include the
analysis of product choice by consumers in market research and the
analysis of candidate or party choice by voters in electoral studies.
The MNP package can also fit the model with different choice sets for
each individual, and complete or partial individual choice orderings
of the available alternatives from the choice set. The estimation is
based on the efficient marginal data augmentation algorithm that is
developed by Imai and van Dyk (2005). ``A Bayesian Analysis of the
Multinomial Probit Model Using the Data Augmentation,'' Journal of
Econometrics, Vol. 124, No. 2 (February), pp. 311-334.
<DOI:10.1016/j.jeconom.2004.02.002> Detailed examples are given in
Imai and van Dyk (2005). ``MNP: R Package for Fitting the Multinomial
Probit Model.'' Journal of Statistical Software, Vol. 14, No. 3 (May),
pp. 1-32. <DOI:10.18637/jss.v014.i03>.
LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
URL: http://imai.princeton.edu/software/MNP.html
BugReports: https://github.com/kosukeimai/MNP/issues
NeedsCompilation: yes
RoxygenNote: 6.0.1
Packaged: 2017-09-27 10:37:17 UTC; kimai
Author: Kosuke Imai [aut, cre],
David van Dyk [aut],
Hubert Jin [ctb]
Repository: CRAN
Date/Publication: 2017-09-27 11:40:20 UTC
Built: R 3.4.2; x86_64-pc-linux-gnu; 'Tue, 24 Oct 2017 11:37:54 +0200'; unix
|