Help for this page
use strict; use warnings; ... #print $r_output . "\n"; $R->stopR();
example=read.table("file.txt", header = TRUE) t.test(Count~Cond, data = example) wilcox.test(Count~Cond, data = example)