Hello everyone!
I have a theoretical problem with a statistical analysis. I was looking a lot at different fora but I could not find an easy explanation for my problem.
I want to compare means of two groups of data. In a simple case, I would use "t-test". However, in each group, I have few measurements for each individual. First, I wanted to measure a mean for every individual in a group, then compare the means of groups, but I know that it is not a good idea (mean of means/average of averages...).
For example how to compare this data sets:
GROUP A:
Individual 1: 5, 6, 7
Individual 2: 5, 7, 7, 6
Individual 3: 6, 7, 7
GROUP B:
Individual 1: 4, 5, 4
Individual 2: 7, 8, 6
Individual 3: 4, 3, 4, 2
You can imagine two groups of people. A - treated, B - untreated. In each group there are 3 people and some variable were measured with 3-4 repeats.
As you can see there are two groups made of few individuals for which few repeated measurements were made. I would like to compare two groups using means calculated for individuals, not measure simple mean for the whole group.
I have read a lot about pooled data, weighed means etc. but I still do not know how to perform t-test in that case (or another).
I hope you can help me!