QUESTION EDITED: I have 10 different patients, who have undergone heart procedures and we have collected some measurements of cardiac electrical activity from the same region of all ten hearts. Due to a number of reasons, the data collected from each region comprises a different number of points/measurements. This has been analysed by proprietary software and we have been given only three values for each patient. The mean (electrical conduction velocity in cm/sec), the SD and the number of points that were used by the software to calculate this mean/SD (n) for each patient.
- Mean
- SD
- n
I have NOT been provided with the individual values associated with each point for each patient, only the those three numbers.
The number of points for each patient varies quite a bit - some are 47, some are 17 so as an example, the first two patients have the following:
Patient 1
- Mean = 2.5cm/s
- SD = 0.8
- n = 47
Patient 2
- Mean = 3.5cm/s
- SD = 1.5
- n = 17
and so on for all 10 patients
Is there a way I can find (a) MEAN of the MEANS and (b)appropriate SD for the mean of the means WITHOUT needing the individual values of each point?
I think I understand how to find a weighted mean:
Multiple each mean by n of that patient/cumulative n of all 10 patients and then add them all together (as in this example Can I take a mean of a set of means?)
That should (I think) provide me with an overall mean of the conduction velocity of this region of the heart from these 10 patients. But how do I then calculate the SD of this mean of means for when we want to present this data in a medical journal? I would imagine it wouldn't work exactly the same way as a weighted mean?