Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Could you recommend an easy to use or comprehensive conjoint analysis package for R?

share|improve this question
4  
not R, but I use biogeme to estimate discrete choice models for transportation and private sector research: biogeme.epfl.ch. Be glad to give you some tips to get up and running if this is the type of analysis you need to do. – Chase Apr 6 '11 at 23:03

4 Answers

up vote 8 down vote accepted

I've never used R for conjoint analysis, but here are a couple of things I found when I hunted around.

  • Aizaki and Nishimura (2008) have an article "Design and Analysis of Choice Experiments Using R: A brief introduction" (Free PDF available here).

Perhaps check out the following packages:

share|improve this answer

mlogit is the best R package I've found for modelling discrete choice data. It supports the basic multinomial logit, as well as more advanced models such as multinomial probit and mixed logit. The package also includes specification tests to choose between different models.

share|improve this answer
This is a great answer. One of the vignettes for the package even goes through and answers a bunch of questions from the Train book. – Ari B. Friedman Apr 29 '12 at 14:40

You may want to use faisalconjoint package in R, it is tested with many published and research data, it works perfectly, one on important thing its works without design restriction and rank procedure. It works in all condition and provide accurate estimates.

share|improve this answer

The best in my opinion for R is a conjoint package from CRAN: http://cran.r-project.org/web/packages/conjoint/index.html

share|improve this answer
Welcome to the site, @user24799. Would you mind saying a little bit about this package? Why do you think it's the best? – gung Apr 24 at 23:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.