- Combine all the values from different groups into a single list and sort them in ascending order.
- Assign ranks to each value based on their position in the sorted list.
- If there are tied values, assign them the average of the ranks they would have received if they were not tied.
What is used to rank parameters in Diagnostic Logic Designer app?
1 view (last 30 days)
Show older comments
I used the Diagnostic Logic Designer app to perform Kruskal Wallis test, it worked well, however I just want to understand how is the rankng score calculated.
I would appreciate your help,
thank you,
0 Comments
Accepted Answer
Neha
on 20 Nov 2023
Hi Rawnaq,
I understand that you want to know how the rankings are calculated in a Kruskal-Wallis Test. Here's a basic outline of the ranking process:
You can obtain the rankings from the "stats" output argument of the "kruskalwallis" function. It returns the "meanranks" array which conists of the average of the ranks of all observations in each column. You can refer to the following documentation link for more information on the "kruskalwallis" function:
Hope this helps!
More Answers (0)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!