Displaying 1 result from an estimated 1 matches for "cbp06118".
2011 Feb 02
0
Finding the dominant factor in an unbalanced group
...taframe which for each of my patients lists the number of
counts in each quadrant:
(dput data at the end of this mail)
I can determine whether the distribution is balanced or not with a Chi
Squared (chisq.test)
However what I would like to do is determine whether there is a dominant
quadrant (eg. CBP06118 in the example data), or a dominant pair of
quadrants (eg CBP06036 in the example data) and if so which they are.
If my dataset were only 10 patients it probably wouldn't be a problem
(although I'm not certain what statistical check I could do beyond
re-applying chisquared tests with only...