Hi All

I have a matrix on which I want to do ANOVA between different Groups. My matrix 
looks something like this

Sample      Group        Mes1          Mes2          Mes3
sample1    Group1      10     0       5
sample2    Group1      2       0       1
sample3    Group1      2       0       1
sample4    Group1      2       0       3
sample5    Group2      6       2       1
sample6    Group2      10     1       0
sample7    Group2      4       0       10
sample8    Group2      7       0       2
sample9    Group3      7       5       2
sample10  Group3      0       4       2
sample11  Group3      3       0       6
sample12  Group3      4       0       5


where Mes1-Mes100 columns are numerous measurements (like for example different 
genes or sequence counts) taken on each sample

Is there simple way to do anova between different groups and effect size 
measure (ie summary)

Thanks



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to