I have a table where columns denote customer, row-supplier, cell- total amount of items, sold by supplier to customer. I have a zero hypothesis(H0) about random choise of customers and H1 hypothesis(customers perefer one supplier to others). I would like to calculate p-value for rejecting H0 and accepting H1 hypothesis. When I would like to exclude most prefered supplier and repeat this procedure.
The most dificult case for me is to compare one suppliers against all other with respect to block data. In case of two suppliers I could aplly Wilcoxcon paired sign-rank test. Is there a generalisation of such test for case of more then two connected samples?