Power Estimation


Type I and Type II Errors

x Ho genuinely true Ho genuinely false
I accept Ho CORRECT Type II error: beta
I reject Ho Type I error: alpha CORRECT

What does this table mean?

Thus, power is the probability of correctly rejecting a genuinely false null hypothesis and saying that there really was an effect. Power is 1-beta; it is the probability of not making a Type II error.

How to increase power

This means you want to see an effect if it is really there. Use "APRONS".

The eyeball method for estimating power

  1. Start with the null hypothesis. Get the sampling distribution of the mean is Ho is true. You need xbar and sem, which means you need s and n, so you can run a one group t-test. Recall: sem = s/sqrt(n)
  2. If you know population statistics, you can use mu and sigma and run a one group z test instead. (You still have to calculate sem using sigma.)
  3. Draw a picture of this sampling distribution, and mark off the critical values from the z-test or t-test.
  4. Next, use the alternate hypothesis and draw another curve with the midpoint at the xbar that you would expect if it were true.
  5. Shade in the part of the new curve that is above the critical value on the old curve. That is the power. Anything to the left of the shaded area in the new curve is beta.
  6. The actual calculation works like this:
    z = (critical value on old curve - midpoint of new curve)/sem
    Use the z score table to figure the proportion of the curve that lies above this z score. That is the power.
  7. For a 2 tail test, don't worry about the tail that's nowhere near the new curve. If you want, use a one tail test to increase power.

[back arrow]Back to Statistics course


Lorraine Sherry
lsherry@carbon.cudenver.edu
Updated October 7, 1996