Displaying 1 result from an estimated 1 matches for "genotype3".
Did you mean:
genotype
2008 Nov 09
1
Help on performing multiple chi-square tests
Hi,
I am new to R and I need to perform multiple chi-square tests. I
manage to perform one at a time, but is there a specific command
to do multiple tests?
For example, I have a table that looks like this:
Marker Treatment Genotype1 Genotype2 Genotype3
1 A 23 57 32
1 B 43 59 12
...
...
n A ## ## ##
n B ## ## ##
I can perform an individual chi-square test for marker 1, but if n
is too large (i.e. 4000 markers), I would like to writ...