Much of inferential statistics consists of hypothesis testing. Science is often described as a process of observation, subsequent hypothesis generation, and hypothesis testing. So, what is a hypothesis? A hypothesis is an informed guess or a hunch, but based upon previous observation.
For example, suppose you observe that every time you feed your dog some particularly delectable food, the dog tucks her tail down. You may generate some hypotheses from this observation: the dog wants to hide her scent from other dogs in order to eat all of the food herself, or the more delicious she finds the food the greater the degree of tail-tucking. After hypotheses are generated they must be tested. If they are not tested you have not done science.
Obviously, not all of your hypotheses will pan out. Those that do not pan out must be discarded, a painful but necessary process. Those hypotheses that do pan out are kept and become part of the knowledge base of science. Another part of hypothesis testing consists of investigating whether your observations and subsequent hypotheses apply to populations. In other words, do all dogs perform the same behavior under the same circumstances?
where m1 and m2 are population means
Type I errors occur when a null hypothesis is rejected but it should not have been. In other words, the two or more distributions are not significantly different, but you said they were. Type I errors are sometimes called a false acceptance. Note that setting your significance level higher will lower your chances of making a type I error. Example:
Your behavior--you stop anyway
Consequence--you lose a little time
Type I error--false acceptance of crossing signal
Type II errors occur when a null hypothesis is NOT rejected when it should have been. In other words, the two or more distributions are significantly different, but you said they were not. Type II errors are sometimes called false rejectance. Note that setting your significance lower will lower your chances of making a type II error.
Your behavior--you do not stop
Consequence--you lose life
Type II error--false rejectance of crossing signal
In practice, most researchers attempt to not make type I errors. The logic being that it is safer to falsely accept the null hypothesis, thus missing a difference between distributions, than to falsely reject the null hypothesis and promote a difference in distributions that does not really exist. Also, realize that you may not raise the probability of making fewer type I and type II errors at the same time. As one type goes up, the other must come down. Can you see why? Here is a discussion of Type I and Type II errors using the legal system as an example--http://www.intuitor.com/statistics/T1T2Errors.html
The extroversion population mean is 50. Thirteen car sales persons took the test and their mean score was 56.10, and their standard deviation was 10. What was the result of a one-sample t test? What does it mean?
Solution: use the formula for one-sample t test
or: 56.10 - 50.00 / 2.774 = 2.199; df = 12
t .05(12df) = 2.179, so 2.199 exceeds the t value and we may reject the null hypothesis
Evaluate d using the following levels:
|
Small effect |
d = .20 |
|
Medium effect |
d = .50 |
|
Large effect |
d = .80 |
- Sample problem (Number 25 (b), p. 176
for an r = -.19, with N = 122, decide if the null hypothesis can be rejected for that correlation.
- Solution:
Using the formula above, find that t = -2.12 with df = 120, the table value of t.05(120) = 1.98. Therefore, we may reject the null hypothesis, and the correlation is not likely to have occurred by chance.