Hei everybody,

here is my problem:

I have made some flow cytometry microbial counts for different water samples. For each sample I measured in triplicates which allowed me to get an average and a stdev out of this.

Now, from my 21 samples, I see clearly that they cluster in 3 different groups according to their microbial counts: a group with 4 samples, another one with 11, and the last one with 6 samples.

I want to test if the difference between these groups is significant.

So first, I believe the most suited test is the Kruskal-Wallis test, considering the low amount of samples, right?

Then, my biggest problem is how to do it (in R for example)? Normally you would have a list of values for each group to test, you enter everything in kruskal.test and you would get an answer. In my case I have 4, 11 and 6 means along with their own stdev. How can this be an input for such a test?

I could get back to the original counts (3 per sample), and use this as an input, but I do not think this is the solution as you'll have some values that are dependent to each other and somehow it feels wrong... right? (my statistic vocabulary isn't good enough to explain  this...)

Thanks a lot.

Sven

More Sven Le Moine Bauer's questions See All
Similar questions and discussions