Sometimes products are assessed by asking assessors to rank them for a particular attribute, for example asking them to rank products by their sweetness.
The Ranking module uses Friedman’s test to assess whether there are any differences between products for each attribute, and Nemenyi’s multiple comparison test to establish which products are different from each other. These are non-parametric tests used when every assessor has ranked every product.
The Ranking (continuous data) module performs the same analysis, but the inputs are continuous data (rating scores or assessments on a continuous scale) that are converted to ranks in the analysis.
For EyeOpenR to read your data, the first five columns must be in the following order: assessor (consumer), product, session, replicate and order. The attribute data with the ranks should be in the sixth column (column F) onwards. There should be one column for each attribute.
The analysis requires a complete design and if an incomplete design is detected the analysis will not run and a note will be added to the information tab in the results. The session, replicate and order information is not used for this analysis and these columns should contain the value ‘1’ in each cell (order can be recorded as ‘NA’).
If two or more products are tied for an assessor the rank must be the average of the positions that they represent. Consider the example where each assessor has ranked the sweetness of 5 products, A, B, C, D and E. Here are a selection of ranks that could be recorded:
- The assessor can discriminate between all five products and ranks them in the following order: B, D, A, C, E. The ranks are recorded as A=3, B=1, C=4, D=2, E=5.
- The assessor cannot discriminate between D and A and ranks them in the following order: B, D & A, C, E. The ranks are recorded as A=2.5, B=1, C=4, D=2.5, E=5.
- The assessor cannot discriminate between D, A and C and ranks them in the following order: B, D & A & C, E. The ranks are recorded as A=3, B=1, C=3, D=3, E=5.
The data sheet is necessary, the other sheets provide metadata and if they are not in the spreadsheet you can assign the metadata in EyeOpenR.
See the example spreadsheet for an illustration of the data format.
Ranking (continous data)
Ranking.xlsx
For EyeOpenR to read your data, the first five columns must be in the following order: assessor (consumer), product, session, replicate and order. The attribute data with the rating scores or assessments should be in the sixth column (column F) onwards. There should be one column for each attribute.
The analysis requires a complete design and if an incomplete design is detected the analysis will not run and a note will be added to the information tab in the results. The session, replicate and order information is not used for this analysis and these columns should contain the value ‘1’ in each cell (order can be recorded as ‘NA’).
The data sheet is necessary, the other sheets provide metadata and if they are not in the spreadsheet you can assign the metadata in EyeOpenR.
See the example spreadsheet for an illustration of the data format.
Untrained assessors may find it easier to rank products for a given attribute rather than scoring on a rating scale, e.g. being asked to sort products based on sweetness is more straightforward than assigning a level of sweetness to each product. It is generally quicker and easier to collect data in this way. Non-parametric methods that use no distributional assumptions can be used to analyse data collected as ranks.
The Friedman test is designed to assess whether there is a consistent pattern in ranks between the products, in other words whether any of the products are consistently ranked higher or lower than the rest. It is a non-parametric test that is equivalent to two way analysis of variance. It does not tell you which products are different, but it confirms whether differences exist.
Nemenyi multiple comparison tests are used to evaluate which groups of products are different from each other. It is a non parametric comparison of all possible pairwise combinations.
These methods can also be used for continuous (interval data type) data if you have concerns about the assumptions that underpin ANOVA.