Since experiment design is one of the most critical stages of the study, I am writing here both for confirmation and because I have questions about some issues. I know that I have asked too many questions, but I want to set up this stage correctly. In addition, there are almost no studies on the discrete choice experiment in the Turkish literature and I want to be able to explain these questions in detail in my study both for myself and for researchers who want to use this method.
There are two labeled alternatives that I use in my study (home delivery and Delivery point) Five attributes of the alternatives are the same but their levels are different and one attribute is specific to delivery point. First of all, I want to use orthogonal design in the pilot study and make an efficient design using the priori values I will obtain.
I would be very grateful if you could answer my questions listed below.
**My syntax is given below. Are 8 blocks of 12 choice sets correct for orthogonal design? Or can I decrease the number of choice sets?
**Is orth = sim or orth = seq2 more suitable for labeled alternatives?
- Code: Select all
?seq2 design with: 5 AC attributes,6 DL attributes; 2&3&4 attribute values; 8 blocks
design
;orth = sim
;alts = AdressofChoice, DeliveryPlace
;rows = 96
;block = 8
;model:
U (AdressofChoice)= b0+ b1 * deliveryprice[15,30,45,60] + b2 * deliveryterm[1,2,3,4] + b3 * timewindow[1,2,3,4] + b4 * deliverymethod[1,2,3] + b5 * traceandinfo[1,2]/
U(DeliveryPlace)= b6 * deliveryprice2 [10,20,30,45] + b7 * deliveryterm2[1,2,3,4] + b8 * timewindow2[1,2,3,4] + b9 * deliverymethod2[1,2] + b10 * traceandinfo2[1,2] + b11 * distance[1,2,3,4]
$
**How many times should I use 8 blocks in the pilot test study? Would it be appropriate to set a certain upper limit for each block and stop answering the questionnaire that reaches that limit in order not to violate the orthogonality?
**I want to present the scenario to the participants for three different products. Would 2 participants per block be enough for each product in the pilot study prepared with an orthogonal design? (2 participants X 3 products X 8 blocks).
**Can I use a total of 48 participants for a single mnl analysis in the Pilot study? In Merkert et al. (2022), participants were asked to report on the product and its value, and an analysis was conducted in total. Is it appropriate to give the participants three scenarios instead of asking them?
**What is the minimum number of choice sets for the efficient design I created with the prior values resulting from the orthogonal design? Because, while Ngene gave at least 96 choice sets in the orthogonal design, it presented a design with 24 choice sets in the efficient design with prior values of 0.
**Would it be appropriate for efficient design to divide the number of choice sets I obtained into blocks and determine an upper number of participants and ensure that both blocks are answered equally?
**I use the efficient design as eff(mnl,d). Can I use study data for mixed logit or latent class analysis?
- Code: Select all
?seq2 design with: 5 AC attributes,6 DL attributes; 2&3&4 attribute values; 8 blocks
design
;eff = (mnl,d)
;alts = AdressofChoice, DeliveryPlace
;rows = 24
;block = 3
;model:
U (AdressofChoice)= b0+ b1 * deliveryprice[15,30,45,60] + b2 * deliveryterm[1,2,3,4] +
b3 * timewindow[1,2,3,4] + b4 * deliverymethod[1,2,3] + b5 * traceandinfo[1,2]/
U(DeliveryPlace)= b6 * deliveryprice2 [10,20,30,45] + b7 * deliveryterm2[1,2,3,4] +
b8 * timewindow2[1,2,3,4] + b9 * deliverymethod2[1,2] + b10 * traceandinfo2[1,2] + b11 * distance[1,2,3,4]
$
I am bothering you so much. Thanks in advance.
Best regards,
Halil
Ref: Merkert, R., Bliemer, M. C., & Fayyaz, M. (2022). Consumer preferences for innovative and traditional last-mile parcel delivery. International Journal of Physical Distribution & Logistics Management.