The function evaluates the rank distribution for each element of the poset through the function idn
. Then it determines if there are any equivalent profiles through the function equivalences
and it uniforms their rank distribution. Finally it provides a dataframe that for each element of the poset contains the average rank avrg
, the extremes inf
and sup
of the rank interval, the effective coverage probability of the rank interval prob
, the estimated minimum and maximum rank values (min
and max
), the rank range
.
The output is a dataframe of class of class average_ranks
, that has a method of the function plot
. See plot.average_ranks
for details.