D-efficient design for pilot phase
Posted: Tue Jun 06, 2023 9:48 am
Hi all,
I hope you are doing well. I am a Ph.D. student. I am currently doing a DCE as part of my Ph.D. In my DCE I have 6 attributes, each has 3 levels, and 3 alternatives (including the optout option).
Profit (0%, 3%, 6%)
Item sold (0%, 5%, 10%)
Ease of implementation (easy, natural, hard) neutral is the baseline.
Supplier satisfaction: we use star rate/5 (1 star out of 5, 3 stars out of 5, 5 stars out of 5)
Customer satisfaction: we use a star rate/5 (1 star out of 5, 3 stars out of 5, 5 stars out of 5)
Implementation Costs: $1,000, $5,000, $10,000)
All attributes are continuous except ease of implementation (categorical). My total sample size is approximately 70. I will pilot the survey with 10 participants. Since no previous was done, I assumed all priors to be near zero. I added; alg = mfederov because I would like to minimize the dominant choice tasks.
Design
;alts = A*, B*, Neither
;rows = 12
;alg = mfederov
;eff = (mnl,d)
;model:
U(A) = b1[0.0000000001] * profit[0,3,6] + b2[0.0000000001] * item[0,5,10] + b3.dummy [0.0000003|0.000000002] * ease[1,3,2] + b4. [0.0000000001] * supp[1,3,5] + b5. [0.00000001] * cust[1,3,5] + b6[-0.0000000001] * cost[1000,5000,10000] /
U(B) = b1 * profit + b2 * item + b3 * ease + b4 * supp + b5 * cust + b6 * cost /
U(neither) = b0[0.00000000001]
$
I would be very grateful if you could review my syntax.
Thank you so much in advance!
I hope you are doing well. I am a Ph.D. student. I am currently doing a DCE as part of my Ph.D. In my DCE I have 6 attributes, each has 3 levels, and 3 alternatives (including the optout option).
Profit (0%, 3%, 6%)
Item sold (0%, 5%, 10%)
Ease of implementation (easy, natural, hard) neutral is the baseline.
Supplier satisfaction: we use star rate/5 (1 star out of 5, 3 stars out of 5, 5 stars out of 5)
Customer satisfaction: we use a star rate/5 (1 star out of 5, 3 stars out of 5, 5 stars out of 5)
Implementation Costs: $1,000, $5,000, $10,000)
All attributes are continuous except ease of implementation (categorical). My total sample size is approximately 70. I will pilot the survey with 10 participants. Since no previous was done, I assumed all priors to be near zero. I added; alg = mfederov because I would like to minimize the dominant choice tasks.
Design
;alts = A*, B*, Neither
;rows = 12
;alg = mfederov
;eff = (mnl,d)
;model:
U(A) = b1[0.0000000001] * profit[0,3,6] + b2[0.0000000001] * item[0,5,10] + b3.dummy [0.0000003|0.000000002] * ease[1,3,2] + b4. [0.0000000001] * supp[1,3,5] + b5. [0.00000001] * cust[1,3,5] + b6[-0.0000000001] * cost[1000,5000,10000] /
U(B) = b1 * profit + b2 * item + b3 * ease + b4 * supp + b5 * cust + b6 * cost /
U(neither) = b0[0.00000000001]
$
I would be very grateful if you could review my syntax.
Thank you so much in advance!