Pivot design
Posted: Sun Mar 08, 2020 8:26 pm
Hi Experts:
I have some questions about pivot designs, and hope you can help me. I have five quantitaive attributes and one price attribute. Taking advantage of online survey, I am thinking of conducting a separate design for each respondent. But before having the reference for each respondent, how should I make design? I was suggested to use '0' as reference or 'sample average' as reference (code shown below), and import the design into Qualtrics, and let it generate the actual reference for each respondent when respondents answer the survey. I am not quite sure whether it is the right way, any suggestions? Thank you!
If the above does not work, I am thinking about the segment design. There two groups, one employed (n=50) and one retired (n=100). My other question is: if I use heterogenous pivot design with sample average as reference in each segment, may I analysis the two groups together? As I have sample size issue, I hope to analyse the employed and the retired together. Thank you!
Connie
I have some questions about pivot designs, and hope you can help me. I have five quantitaive attributes and one price attribute. Taking advantage of online survey, I am thinking of conducting a separate design for each respondent. But before having the reference for each respondent, how should I make design? I was suggested to use '0' as reference or 'sample average' as reference (code shown below), and import the design into Qualtrics, and let it generate the actual reference for each respondent when respondents answer the survey. I am not quite sure whether it is the right way, any suggestions? Thank you!
If the above does not work, I am thinking about the segment design. There two groups, one employed (n=50) and one retired (n=100). My other question is: if I use heterogenous pivot design with sample average as reference in each segment, may I analysis the two groups together? As I have sample size issue, I hope to analyse the employed and the retired together. Thank you!
Connie
- Code: Select all
Design
;alts=alt1,alt2,alt3
;rows=12
;eff=(mnl,d)
;alg=mfederov
;model:
U(alt1)=b1*A.ref[0]+
b2*B.ref[0]+
b3*C.ref[0]+
b4*D.ref[0]+
b5*E.ref[0]+
b6*Price.ref[15]
/
U(alt2)=b1*A.piv[-5,0,5]+
b2*B.piv[-5,0,5]+
b3*C.piv[-2,0,2]+
b4*D.piv[-5,0,5]+
b5*E.piv[-1,0,1]+
b6*Price.piv[-10%,0%,10%]
/
U(alt3)=b1*A.piv[-5,0,5]+
b2*B.piv[-5,0,5]+
b3*C.piv[-2,0,2]+
b4*D.piv[-5,0,5]+
b5*E.piv[-1,0,1]+
b6*Price.piv[-10%,0%,10%]
$