Questions about exit options, prior values
Posted: Sun Nov 27, 2022 11:18 pm
Hello Professor, I am a graduate student.
Background: Two alternatives and a exit option. Six attributes three levels, where one attribute is a rating variable and there is a payment fee attribute.
Question 1: Which is better for wtp design or mlogit
; eff = (mnl, wtp(ref1))
; wtp = ref1(*/cost)
; model:
or
; eff = (mnl,d)
; model:
Question 2.1: Regarding the exit option, it seems that everyone will add ASC variable when browsing past posts. I imitate the code as follows (the prior value is the empirical hypothesis).
Design
; alts = choiceA*, choiceB*, neither
; rows = 24
; block = 2
; alg = mfederov
; eff = (mnl,d)
; model:
U(choiceA) = asc[0]
+cost[-0.001] * cost[3000, 300000,50000]
+ pre[0.001] * pre[0.2,0.4,0.6]
+ live[0.001] * live[0.15,0.35,0.55]
+ prisk[-0.001] * prisk[0.001,0.025,0.05]
+ brisk[-0.001] * brisk[0.05,0.1,0.15]
+ dec.dummy[0.002|0.001] * dec [1,2,0] ? 0 = low, 1 = mid, 2 = high
/
U(choiceB) = asc
+cost * cost
+ pre * pre
+ live * live
+ prisk * prisk
+ brisk * brisk
+ dec * dec
$
The result D error is Undefined. Is it a code error or an inaccurate prior value? (I try zero prior, D error=0.09)
P.S. Browsing past posts, I noticed that you would add (10-14,10-14,10-14) to the cost line. What does this do?
Question 2.2: My study is more suitable for "maintaining the status quo", that is, the subjects will not give up treatment, and at most express neutrality or indifference to the choice. Is there anything to pay attention to during the design phase and the data analysis phase?
Question 3: Acquisition of prior values.
I ultimately want to do efficient design, is the prior derived from the logit model of the orthogonal design? I saw A literature where the prior values were the Coefficients[Robust standard error] of model A in the Estimated mixed rank-ordered logit models.
I hope to get your reply. As a beginner, my questions may be some simple. Thanks again from my heart.
Background: Two alternatives and a exit option. Six attributes three levels, where one attribute is a rating variable and there is a payment fee attribute.
Question 1: Which is better for wtp design or mlogit
; eff = (mnl, wtp(ref1))
; wtp = ref1(*/cost)
; model:
or
; eff = (mnl,d)
; model:
Question 2.1: Regarding the exit option, it seems that everyone will add ASC variable when browsing past posts. I imitate the code as follows (the prior value is the empirical hypothesis).
Design
; alts = choiceA*, choiceB*, neither
; rows = 24
; block = 2
; alg = mfederov
; eff = (mnl,d)
; model:
U(choiceA) = asc[0]
+cost[-0.001] * cost[3000, 300000,50000]
+ pre[0.001] * pre[0.2,0.4,0.6]
+ live[0.001] * live[0.15,0.35,0.55]
+ prisk[-0.001] * prisk[0.001,0.025,0.05]
+ brisk[-0.001] * brisk[0.05,0.1,0.15]
+ dec.dummy[0.002|0.001] * dec [1,2,0] ? 0 = low, 1 = mid, 2 = high
/
U(choiceB) = asc
+cost * cost
+ pre * pre
+ live * live
+ prisk * prisk
+ brisk * brisk
+ dec * dec
$
The result D error is Undefined. Is it a code error or an inaccurate prior value? (I try zero prior, D error=0.09)
P.S. Browsing past posts, I noticed that you would add (10-14,10-14,10-14) to the cost line. What does this do?
Question 2.2: My study is more suitable for "maintaining the status quo", that is, the subjects will not give up treatment, and at most express neutrality or indifference to the choice. Is there anything to pay attention to during the design phase and the data analysis phase?
Question 3: Acquisition of prior values.
I ultimately want to do efficient design, is the prior derived from the logit model of the orthogonal design? I saw A literature where the prior values were the Coefficients[Robust standard error] of model A in the Estimated mixed rank-ordered logit models.
I hope to get your reply. As a beginner, my questions may be some simple. Thanks again from my heart.