How to convert similarity ratings data into matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Magdalena Kachlicka
el 15 de Jul. de 2020
Editada: Magdalena Kachlicka
el 21 de Abr. de 2021
Dear all,
I've collected similarity data on the 7-point Likert scale for a range of items (e.g., A, B, C), where participants were rating all possible combinations of these items. The results have the following format:
A, A, 7
A, B, 4
A, C, 2
B, A, 3
B, B, 7
B, C, 5
C, A, 2
C, B, 6
C, C, 7
As you can see, rating of items in reverse order (e.g., AB and BA) is not always the same.
Is there a way I can transform the data table (item1, item2, rating) into similarity matrix (like the one below)?
A, B, C
A, 7, 4, 2
B, 3, 7, 5
C, 2, 6, 7
3 comentarios
Dinesh Yadav
el 21 de Jul. de 2020
As parth mentioned can you tell how you have stored data and in which format? It would be easier to answer you question that way.
Respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!