WTW space with random coefficients
Posted: 27 Apr 2020, 20:13
Hello
I want to estimate an RPL model in wtp space, where all wtp-parameters should be specified to take normal distributions, and the cost-parameter to take a lognormal distribution. First, I am estimating MNL models to figure out the wtp-space specification.
This works nicely with the specification below. However, this gives the SQ-parameter is preference space, not a wtp estimate. I have seen in the examples that you provide (example 16) that this is how you specify the ASCs.
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_sq
(w_alt_A=fixed to 0)
However, I want to estimate the SQ-parameter ("Don't buy") in wtp-space. This is what I obtain with the “mixlogitwtp”-command in STATA. My attempts to do so in Apollo have failed, and I therefore ask for your kind advice on what I do wrong. In the specifications below, I get “Inf” for all standard errors.
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_price * ( w_sq )
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_price * ( w_sq + price4 )
(price4=0 for all tasks.)
Thank you very much in advance!
I want to estimate an RPL model in wtp space, where all wtp-parameters should be specified to take normal distributions, and the cost-parameter to take a lognormal distribution. First, I am estimating MNL models to figure out the wtp-space specification.
This works nicely with the specification below. However, this gives the SQ-parameter is preference space, not a wtp estimate. I have seen in the examples that you provide (example 16) that this is how you specify the ASCs.
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_sq
(w_alt_A=fixed to 0)
However, I want to estimate the SQ-parameter ("Don't buy") in wtp-space. This is what I obtain with the “mixlogitwtp”-command in STATA. My attempts to do so in Apollo have failed, and I therefore ask for your kind advice on what I do wrong. In the specifications below, I get “Inf” for all standard errors.
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_price * ( w_sq )
V = list()
V[['alt_A']] = b_price * ( w_alt_A + w_org*org1 + price1 )
V[['alt_B']] = b_price * ( w_alt_B + w_org*org2 + price2 )
V[['alt_C']] = b_price * ( w_alt_C + w_org*org3 + price3 )
V[['alt_sq']] = b_price * ( w_sq + price4 )
(price4=0 for all tasks.)
Thank you very much in advance!