R version 3.3.3 (2017-03-06) -- "Another Canoe" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin13.4.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. [R.app GUI 1.69 (7328) x86_64-apple-darwin13.4.0] > SynoData <-read.table("~/Desktop/SynoData.csv", header = TRUE, sep = ",") > wilcox.test(Ratio ~ Sp, data=SynoData) Wilcoxon rank sum test with continuity correction data: Ratio by Sp W = 400, p-value = 2.377e-08 alternative hypothesis: true location shift is not equal to 0 Warning message: In wilcox.test.default(x = c(0.21, 0.21, 0.21, 0.22, 0.22, 0.22, : cannot compute exact p-value with ties