全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SPSS论坛
1630 1
2014-05-21
I've been handed a dataset where respondents were given a series of 12 discrete choice questions with four options each. "id" is the ID of the respondent, "choiceid" is the question number, and the remaining fields are the characteristics of each option (school offering the program, time to completion in 6-month increments, format, and tuition cost in 10k increments).

I'm trying to run it through the mlogit package in R to do a conjoint analysis and see how much they value each options. So far, I've come up with this:

test2 <- mlogit.data(test, shape = "wide", choice = "choice", varying = 4:19,
sep = "", id.var = "id", alt.var="choiceid")
ml.test <- mlogit(choice ~ cost + school + time + format | 0, test2)
summary(ml.test)
coef(ml.test)[-1]/coef(ml.test)[1]

When I run this on the full dataset there's a thousand respondents, yet none of the variables come up even close to significant so I'm worried something is awry. Thanks!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2014-5-22 11:04:10
choice的值不符合逻辑
Conjoint Analysis所需要得到score、sequence、preference中一种的表达,你所述choice的得分可能不是三者其一
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群