Re: [R] R package for Hierarchical Modelling of Multinomial Logistic Regression

2009-07-28 Thread Kingsford Jones
See the Bayesian Task View http://cran.r-project.org/web/views/Bayesian.html which will lead you to the arm and bayesm packages, among others. hth, Kingsford On Tue, Jul 28, 2009 at 1:54 AM, nikolay12 wrote: > > Hello, > > I need to implement a hierarchical model for Bayesian multinomial logist

[R] R package for Hierarchical Modelling of Multinomial Logistic Regression

2009-07-28 Thread nikolay12
Hello, I need to implement a hierarchical model for Bayesian multinomial logistic regression (also known as polytomous logistic regression). I plan to use Gaussian priors. I have about 800 variables which are mostly dichotomous. Some are integer valued. What R package would you recommend? than