Check to make sure that the labels on the results for dunnTest() are correct in a situation where not all levels of the factor variable exist in the data (as would happen if one used filter() instead of filterD()). See the relative weight example from Jeremy Risler as an example.
Check to make sure that the labels on the results for
dunnTest()
are correct in a situation where not all levels of the factor variable exist in the data (as would happen if one usedfilter()
instead offilterD()
). See the relative weight example from Jeremy Risler as an example.