Hi!
I would like to test for differences in the distribution of some variable between 2 cell types. I found that KStest could be a good choice for that purpose. However, the result of this test gives no information about any descriptive statistic. There's only a p-value and the D statistic, showing the greatest differences among the cummulative frecuencies (I would also report the plot). But this, says nothing about which group have greater o lower values...etc. So, my question is: how can kstest be complemented in a report to comprehend (more intuitively) what's happening with the two populations? (density plots?, boxplots?,descriptive statistics?)
Or maybe: how can I comment the results obtained by the kstest to exploit all the hidden information behind?
Thanks a lot in advanced.