How to Manually Calculate Partworth Utilities
This guide describes how to manually calculate partworth utilities. This replicates the calculation of standard Conjointly outputs for an example Generic Conjoint regarding different mobile plan options.
To replicate the calculation in your report, first export the raw data from your survey. Navigate to the Individual preferences tab. Within this tab you will see raw individual preference scores for each level tested.
By design, the first level within each attribute will always have a score of 0, and the other scores are computed relative to this reference.
Relative importance by attribute (Attribute partworths)
To calculate the attribute partworths:
Step 1: Calculate the range of preference within each attribute for each individual. This is defined as the maximum preference value within each attribute, minus the minimum for each individual.
Step 2: Calculate the importance ratio of each attribute for each individual. This is the range of preference for each attribute, divided by the total sum of all range of preferences for the individual.
Step 3: Calculate the average importance across respondents, through averaging the importance ratios across all respondents.
Average preferences for levels (default view)
To calculate level partworths:
Step 1: Calculate the average preference across individuals for each level, by averaging the scores in each column.
Step 2: Within each attribute, scale the partworth utility to set 0 as average. This is performed through subtracting the value for each level from the sum across the corresponding attribute.
Step 3: Scale the partworth utility across each attribute. This is done through dividing the level utility by the overall utility range for all attributes which is the sum of range utility of each level’s average utility across respondents for each attribute.
Estimated likelihood of being chosen
Using the
button, you can toggle the display mode. The default approach, Average preferences for levels, is described above. The default method produces values that are somewhat difficult to interpret. By converting the scores, we are able to present them as a probability of being selected from a random set of choices.The calculation takes into account the number of choices respondents had on each task, if they were shown 3 alternatives and none, they would have had 4 total options. Your experiment may be different.
The resulting score provides an estimate of how likely the item was to be selected on a random choice task, this value is directly interpretable and comparable across the different levels.
Normally, if we wish to estimate the likelihood of one level being selected among a specific set a 4, we would use the following formula:
$$ P(U_1) = \frac{e^{U_1}}{e^{U_1}+e^{U_2}+e^{U_3}+e^{U_4}} $$where:
- Ui is the zero-centred utility score for item i
- P(Ui) is the probability of item i being selected
It would be too computationally intensive to repeat this calculation for every possible combination of 4 items, so we employ a shortcut. Since the utility scores used in this calculation are zero-centred (that is, the mean score is 0) we can use 0 as the utility value for the other items in the choice, and approximate the probability of a certain item, i, being selected from 4 options as:
$$ P(U_i) = \frac{e^{U_i}}{e^{U_i}+e^{0}+e^{0}+e^{0}} = \frac{e^{U_i}}{e^{U_i}+3} $$ And more generally, for a set of n items in the task as:
$$ P(U_i) = \frac{e^{U_i}}{e^{U_i}+n-1} $$The steps to recreate the calculation from the raw utility scores found on the Individual preferences tab:
- Zero-centre and normalise the scores for each person
- Subtract each score the respondent’s average score
- Divide each score by the range of scores (max - min)
- Apply the above formula, taking into account the number of options respondents would have seen, in this example we assume 4 total options:
- And, finally, force the sum of probabilities to be equal to the number of levels divided by the number of options per task, in this example that is (10/4), an take the average across respondents.
Distribution of preferences for levels
To calculate the distribution of preferences for each level:
Step 1: Scale the level utility with exponential function.
Step 2: Calculate the ratio of level utility within each attribute for each respondent, by dividing the level utility by the overall utility for this attribute.
Step 3: Average the ratio of level utility across respondents.
Distribution of most preferred levels
To calculate the distribution of preferred levels:
Step 1: Identify the most preferred level within each attribute.
Step 2: Calculate the percentage of the level is most preferred across respondents (with the average most preferred value across respondents)
Next steps
- Learn more about how to interpret partworth utilities.
- Review an example report on preferences in ice-cream.
- Learn more about preferences scores in claims tests.
- See more example conjoint reports in your experiments.