Could you recommend an easy to use or comprehensive conjoint analysis package for R?
|
|
I've never used R for conjoint analysis, but here are a couple of things I found when I hunted around.
Perhaps check out the following packages:
|
|||
|
|
|
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. |
|||
|
|
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. |
||||
|
|
|
The best in my opinion for R is a conjoint package from CRAN: http://cran.r-project.org/web/packages/conjoint/index.html |
|||
|