I'm examining a big dataset (n>5,000) of companies indebtness values. They are calculated as follows: total liabilities/total assets. Therefore, these are natural left-bounded data: by definition, indebtdeness cannot be less than 0%.
I've performed a number of normality tests and the data is definitely non-normal. As a matter of fact, it looks like an uniform distribution. I want to compare the median and mean values of five sectors and find out if they are different.
My questions are:
1) Can i use Kruskal-Wallis and post-hoc Dunn test with left-bounded data? If so, could you please provide some reference?
2) Would it be better if i use ANOVA provided that i have a big dataset? If so, can i use ANOVA with left-bounded and percentage data? Could you please provide some reference?