Status quo as the current/reference policy
Posted: Sun Sep 07, 2025 7:17 pm
Hello,
I am working on a study aimed at determining farmers' preferences toward agricultural policy changes.
In my previous work, I have generally dealt with private goods, where the status quo option corresponds to opting out. In this study, however, the status quo represents the reference/actual policy scenario, and I have a question regarding this setup.
We plan to use an unlabeled design that presents policy scenarios: two changing alternatives and one status quo alternative. The design includes five dummy-coded qualitative attributes (each with three levels) and one attribute representing the subsidy farmers would receive. This subsidy attribute has five levels: -20, -10, 0, +10, +20, reflecting the fact that a policy scenario could lead either to a decrease or an increase in farmers’ subsidies in percentage terms.
My question concerns how to specify the status quo alternative. For all qualitative attributes, the status quo is represented by the reference level. However, for the subsidy attribute (SUPP), the status quo is fixed at 0, that is, the middle level.
We then generated the following design:
Design
;alts = A*, B*, SQ
;rows = 15
;eff = (mnl,d)
;model:
U(A) = b_RD50.dummy[0|0] * RD50[2,1,0]
+ b_FULL.dummy[0|0] * FULL[2,1,0]
+ b_RELH.dummy[0|0] * RELH[2,1,0]
+ b_INV75.dummy[0|0] * INV75[2,1,0]
+ b_ECOS.dummy[0|0] * ECOS[2,1,0]
+ b_SUPP * SUPP[-20,-10,0,10,20]
/
U(B) = b_RD50 * RD50[2,1,0]
+ b_FULL * FULL[2,1,0]
+ b_RELH * RELH_B[2,1,0]
+ b_INV75 * INV75[2,1,0]
+ b_ECOS * ECOS[2,1,0]
+ b_SUPP * SUPP[-20,-10,0,10,20]
/
U(SQ) = b0[0] + b_SUPPSQ * SUPPSQ[0]
$
When we run the design, we receive the following warning:
“Warning: No valid design has been found after 1000 evaluations. There may be a problem with the specification of the design. A common problem is that the choice probabilities are too extreme (close to 1 and 0), perhaps because some or all of the prior values are too large. Also, it is generally a good idea to start with a simple design (MNL, non-Bayesian), then add complexity. If you press stop, a design will be reported, which may assist in diagnosing the problem.”
I suspect this is caused by the term “SUPPSQ * SUPPSQ[0]”. Indeed, when I remove it, the warning message disappears.
May I kindly ask for your advice on which approach would be more appropriate to follow, whether, (1) to include in the design the information about the "0" status quo level (as we initially did, though it produces the warning message), or (2) to omit this information in the design and instead account for it during the model estimation phase.
Thank you very much in advance for your kind support.
Best regards,
Andreas Drichoutis
I am working on a study aimed at determining farmers' preferences toward agricultural policy changes.
In my previous work, I have generally dealt with private goods, where the status quo option corresponds to opting out. In this study, however, the status quo represents the reference/actual policy scenario, and I have a question regarding this setup.
We plan to use an unlabeled design that presents policy scenarios: two changing alternatives and one status quo alternative. The design includes five dummy-coded qualitative attributes (each with three levels) and one attribute representing the subsidy farmers would receive. This subsidy attribute has five levels: -20, -10, 0, +10, +20, reflecting the fact that a policy scenario could lead either to a decrease or an increase in farmers’ subsidies in percentage terms.
My question concerns how to specify the status quo alternative. For all qualitative attributes, the status quo is represented by the reference level. However, for the subsidy attribute (SUPP), the status quo is fixed at 0, that is, the middle level.
We then generated the following design:
Design
;alts = A*, B*, SQ
;rows = 15
;eff = (mnl,d)
;model:
U(A) = b_RD50.dummy[0|0] * RD50[2,1,0]
+ b_FULL.dummy[0|0] * FULL[2,1,0]
+ b_RELH.dummy[0|0] * RELH[2,1,0]
+ b_INV75.dummy[0|0] * INV75[2,1,0]
+ b_ECOS.dummy[0|0] * ECOS[2,1,0]
+ b_SUPP * SUPP[-20,-10,0,10,20]
/
U(B) = b_RD50 * RD50[2,1,0]
+ b_FULL * FULL[2,1,0]
+ b_RELH * RELH_B[2,1,0]
+ b_INV75 * INV75[2,1,0]
+ b_ECOS * ECOS[2,1,0]
+ b_SUPP * SUPP[-20,-10,0,10,20]
/
U(SQ) = b0[0] + b_SUPPSQ * SUPPSQ[0]
$
When we run the design, we receive the following warning:
“Warning: No valid design has been found after 1000 evaluations. There may be a problem with the specification of the design. A common problem is that the choice probabilities are too extreme (close to 1 and 0), perhaps because some or all of the prior values are too large. Also, it is generally a good idea to start with a simple design (MNL, non-Bayesian), then add complexity. If you press stop, a design will be reported, which may assist in diagnosing the problem.”
I suspect this is caused by the term “SUPPSQ * SUPPSQ[0]”. Indeed, when I remove it, the warning message disappears.
May I kindly ask for your advice on which approach would be more appropriate to follow, whether, (1) to include in the design the information about the "0" status quo level (as we initially did, though it produces the warning message), or (2) to omit this information in the design and instead account for it during the model estimation phase.
Thank you very much in advance for your kind support.
Best regards,
Andreas Drichoutis