Help for this page

Select Code to Download


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