Avoid dominance for different subscription models
Posted: Fri Jan 19, 2024 1:53 am
Dear Prof. Bliemer and Ngene Community
I want to create a choice experiment about preferences and willigness to pay for different styles of subscription models.
There are 4 different alternatives, where is last alternative is basically an opt-out pay-as-you-go alternative:
- A flatrate for unlimited units for a monthly price
- A 50% discount subscription where against a monthly fee a unit costs 0.25
- Quotas of free units (50, 100 or 200 units)
- Pay-as-you-go with a regular price of 0.5 per unit
My challenge is now to find the best set of common and alternative specific attributes to represent the different subscription models and avoid comparisons where one alternative is dominant. The first idea would be to simply model with an attribute for quota.
The utilities would look like this (I know this is not the final Ngene syntax)
U_flat = ASC_flat + beta_pmonth * p_flat [5, 10, 20, 30, 40]
U_50pc = ASC_50pc + beta_pmonth * p_50pc [1, 5, 10, 15, 20] + beta_punit * 0.25
U_quota = ASC_quota + beta_pmonth * p_quota [5, 10, 15, 20, 25, 30] + beta_quota * quota [50, 100, 200] + beta_punit * 0.5
U_payg = ASC_payg + beta_punit * 0.5
1) Does this design work so that Ngene will eliminate all choice situations with dominance? (A flatrate for the same or a lower price will always be better than the quota or 50% discount model)
2) Would it be better to have the quotas as dummy variables?
U_quota = ASC_quota + beta_pmonth * p_quota [5, 10, 15, 20, 25, 30] + beta_50units * dummy_50units + beta_100units * dummy_100units + beta_200units * dummy_200units + beta_punit * 0.5
3) I would like to have one common parameter for monthly price in the final model. Can I still use different levels in the design?
The next step after testing the MNL model would be to specify a MMNL model. This is because I would not assume independence of irrelevant alternatives. Respondents might have a tendency to decide whether or not to subscribe for a monthly fee and then decide which model is most attractive.
4) If I make the ASC and attributes random, do I need an additional constant for the subscription models flat, 50pc and quota?
I want to create a choice experiment about preferences and willigness to pay for different styles of subscription models.
There are 4 different alternatives, where is last alternative is basically an opt-out pay-as-you-go alternative:
- A flatrate for unlimited units for a monthly price
- A 50% discount subscription where against a monthly fee a unit costs 0.25
- Quotas of free units (50, 100 or 200 units)
- Pay-as-you-go with a regular price of 0.5 per unit
My challenge is now to find the best set of common and alternative specific attributes to represent the different subscription models and avoid comparisons where one alternative is dominant. The first idea would be to simply model with an attribute for quota.
The utilities would look like this (I know this is not the final Ngene syntax)
U_flat = ASC_flat + beta_pmonth * p_flat [5, 10, 20, 30, 40]
U_50pc = ASC_50pc + beta_pmonth * p_50pc [1, 5, 10, 15, 20] + beta_punit * 0.25
U_quota = ASC_quota + beta_pmonth * p_quota [5, 10, 15, 20, 25, 30] + beta_quota * quota [50, 100, 200] + beta_punit * 0.5
U_payg = ASC_payg + beta_punit * 0.5
1) Does this design work so that Ngene will eliminate all choice situations with dominance? (A flatrate for the same or a lower price will always be better than the quota or 50% discount model)
2) Would it be better to have the quotas as dummy variables?
U_quota = ASC_quota + beta_pmonth * p_quota [5, 10, 15, 20, 25, 30] + beta_50units * dummy_50units + beta_100units * dummy_100units + beta_200units * dummy_200units + beta_punit * 0.5
3) I would like to have one common parameter for monthly price in the final model. Can I still use different levels in the design?
The next step after testing the MNL model would be to specify a MMNL model. This is because I would not assume independence of irrelevant alternatives. Respondents might have a tendency to decide whether or not to subscribe for a monthly fee and then decide which model is most attractive.
4) If I make the ASC and attributes random, do I need an additional constant for the subscription models flat, 50pc and quota?