Hello,
I am trying to run an analysis on differences in female and male aggressive behaviours in an animal species. My data is non-normally distributed and it's both numeric and categorical, so I assumed the Wilcox test will be sufficient. However, all medians come back as 0 and my box and...
Hello biostat world
I have a population of 35 mice, 17 are wild type and 18 are treated with drug.
I sampled(12 biological replicate) all mice along 5 dates d1 d2 d3 d4 d5 within a period of 8 months , the time interval of sampling is almost the same
These mice were been continuously exposed to...
Hello all,
I used Kruskal Wallis test to compare three data groups pra testar comparações em três grupos (b,c,s). The p-valor was < 0,05 in all cases (So, there is difference among at least two groups ). So, I compared pair the paires of groups (to know how groups are different) and it...
wilcox.test(x,y,alternative="g",mu=0,paired=FALSE,conf.level=0.95)
If vector x has 20 elements and y 10 elements, will this function then remove the last 10 elements in x, or is that only if you choose paired=TRUE?
Will it count the rank sum for x or y and then the total permutations that...