Skip to content
Prev 378960 / 398502 Next

high p values

Perhaps becuase a) because you are testing the wrong data or b) there isn't a significant difference 

a) You are probably not using the data you think you are. Check ?wilcox.test; the 'data' argument is specific to the formula method. That needs a formula as the first argument, not a numeric vector. What you've done is apply the default, and 'data' has been ignored. So A and B are whatever was lying around in your current environment, not what is in 'data'.  ('data' is a terrible name for a data frame, by the way, as 'data' is an R function). 

After that:
- How many data points do you have in each group?
- How much do the two groups overlap?

If the answers are 'not many' or 'lots' (in that order), and especially if both apply, you can't expect a significant test result.

S Ellison


*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}