posted on Jun, 2 2007 @ 09:43 PM
Hi all,
I've got a quick question about statistics, with respect to means and standard deviations. This is not conspiracy related, but there's a lot of
knowledgeable folks here and I thought someone might have an answer to this question. Mod's please feel free to move this if there's a better
location for it.
Let's say you are trying to calculate a percent increase in a particular variable over time between a control group and an experimental group.
For example on day one of some experiment a particular variable is measured in a control group, and a value of 118.26 ± 8.75 is obtained. One week
later, the same variable is measured, and a value of 126.27 ± 3.8 is obtained.
Similarly in an experimental group, on day one of this experiment the same variable is measured and a value of 115.26 ± 4.77 is obtained. Again, one
week later, the same variable is measured, and a value of 207.82 ± 3.2 is obtained.
Now suppose you want to calculate the percent change over that one week period. The percent change between the two mean values is 6.77% ((126.27 -
118.26)/118.26) and 80.04% ((207.82 - 115.26)/115.26) for the control and experimental groups, respectively. Of course this doesn't take the SD into
account.
If one wants to account for the standard deviation, what's the proper way to do this? One could simply do 4 different calculations to account for the
SD's, For example, considering the experimental group.
115.26 - 4.77 = 110.49 and 115.26 + 4.77 = 120.03
and
207.82 - 3.2 = 204.62 and 207.82 + 3.2 = 211.02
Using these values, the following means can be calculated:
((204.62-110.49)/110.49) = .851 or 85.1%
((204.62-120.03)/120.03) = .704 or 70.4%
((211.02-110.49)/110.49) = .901 or 90.1%
((211.02-120.03)/120.03) = .758 or 75.8%
This yeilds values that are roughly 10 away from the value calculated when using the means only and not accounting for SD (10.06 and 10). However that
doesn't work out with the traditional ± values contained in the original data. What is the correct way to handle these numbers? The high and low
values could be added, and their mean calculated (90.1 + 70.4)/2 = 80.25 and 90.1 - 80.25 = 9.85 and 80.25 - 70.4 = 9.85.
So then is it proper to calculate the mean change for the experimental group over the one week period as 80.25 ± 9.85?
It makes sense to me, but it's been a loooong time since I've taken statistics. Any help/advice is greatly appreciated.