I saw that scipy.stats.mstats.kruskalwallis returns only, 1. statistic 2. pvalue
How do I extract pvalues for correction?
Or, is there any other ways I can perform k-w testing and correction, with python?
I saw that scipy.stats.mstats.kruskalwallis returns only, 1. statistic 2. pvalue
How do I extract pvalues for correction?
Or, is there any other ways I can perform k-w testing and correction, with python?