Ex/Inc ASC for the Opt-Out When Attribute Levels Are Zeroed?

This forum is for posts covering broader stated choice experimental design issues.

Moderators: Andrew Collins, Michiel Bliemer, johnr

Post Reply
jamalm
Posts: 32
Joined: Sat Aug 01, 2020 6:54 am

Ex/Inc ASC for the Opt-Out When Attribute Levels Are Zeroed?

Post by jamalm »

Hello everyone,

I’m estimating an MNL and RPL model for a DCE that includes two policy alternatives and a “neither” (opt-out) option per choice set. Each alternative—including the opt-out—is represented as a row in long format.

For the opt-out alternative, I’ve set all attribute values to 0 (both continuous and categorical). These zero values do not correspond to actual design levels, but are reserved exclusively to indicate the opt-out. Below is an excerpt of the data structure for one respondent:

Code: Select all

Respondent_id	question_id	cost	carbon	Job_G	Job_L	Fuel	Pipe	Facility	ASC
1	1	5	10	200	25	0	1	0	0
1	1	20	5	50	75	1	0	1	0
1	1	0	0	0	0	0	0	0	1
1	2	20	5	150	50	1	0	0	0
1	2	20	20	100	25	0	0	1	0
1	2	0	0	0	0	0	0	0	1
1	3	30	5	50	100	0	0	0	0
1	3	20	15	150	75	1	1	0	0
1	3	0	0	0	0	0	0	0	1
1	4	30	15	150	75	1	0	1	0
1	4	5	5	50	100	0	1	0	0
1	4	0	0	0	0	0	0	0	1
1	5	50	15	100	100	0	1	1	0
1	5	5	10	50	100	1	0	1	0
1	5	0	0	0	0	0	0	0	1
1	6	10	10	50	50	1	1	1	0
1	6	30	20	200	25	0	0	0	0
1	6	0	0	0	0	0	0	0	1
1	7	50	15	100	100	1	1	0	0
1	7	20	20	150	75	0	0	0	0
1	7	0	0	0	0	0	0	0	1
1	8	10	10	100	50	1	1	0	0
1	8	50	5	200	25	1	1	1	0
1	8	0	0	0	0	0	0	0	1
My question is:
  • Given this attribute coding, is it necessary (or advisable) to include the explicit ASC variable for the opt-out alternative? Or is the opt-out already sufficiently modeled through its zero-coded attributes alone?
My goal is to avoid overparameterizing the model or introducing multicollinearity/redundancy.

Any clarification or best-practice advice would be appreciated!

Thanks in advance,
Jamal
Michiel Bliemer
Posts: 2039
Joined: Tue Mar 31, 2009 4:13 pm

Re: Ex/Inc ASC for the Opt-Out When Attribute Levels Are Zeroed?

Post by Michiel Bliemer »

You indeed need an ASC for an opt-out alternative. An opt-out alternative is a different type of alternative and hence requires a constant. So your data in long format (used by Nlogit and some other software packages) looks good.

You would immediately know if you overspecify the model or introduce multicollinearity because your model estimation would fail.

Michiel
jamalm
Posts: 32
Joined: Sat Aug 01, 2020 6:54 am

Re: Ex/Inc ASC for the Opt-Out When Attribute Levels Are Zeroed?

Post by jamalm »

I’ve been running both conventional and hybrid MXL models with ASC included in my estimations. However, I recently came across a couple of papers with a similar setup to that of mine, published in Ecological Economics and Energy Economics, that omitted ASC from their models. They argued that ASC was effectively captured through the way they defined their attributes, which led me to second-guess my own approach.

Additionally, including ASC in my model results in an MWTP estimate that’s actually larger than the highest level of my cost attribute; this further raised my concern about potentially over-specifying the model. I am looking into interacting the ASC variable with observed sociodemographic variables to see if I can explain the high ASC standard deviation value.

In any case, I really appreciate your reassurance!

Jamal
Michiel Bliemer
Posts: 2039
Joined: Tue Mar 31, 2009 4:13 pm

Re: Ex/Inc ASC for the Opt-Out When Attribute Levels Are Zeroed?

Post by Michiel Bliemer »

Including an ASC or including a dummy variable that represents the label of the alternative is the same thing. Perhaps that is what the authors did in that paper, not sure. Otherwise, ASCs should always be added during model estimation.

Your ASC expresses the preference between choosing and not choosing (the opt-out). This could indeed be large effect, because the vast majority of the decision makers do (not) like the opt-out alternative. WTP calculations do not include the ASCs.

Michiel
Post Reply