Twenty-one African-American men participated in an experiment to test whether increasing calcium intake reduces blood pressure. Ten of the men took a calcium supplement for 12 weeks while the remaining 11 men received a placebo. Researchers measured the blood pressure of each subject before and after the 12-week period. The experiment was double-blind.
In this tutorial you will perform the following tasks:
Probably the most common statistical analysis is a test for a difference in the means of two groups. The Student's t-test is the most popular test.
You can see the p-value of the hypothesis test is not significant at the 5% level. Therefore, do not reject the null hypothesis of no difference in the treatments.

Many statistical tests have assumptions that must be true for the test results to be valid. A pooled sample t-test assumes that the samples are normally distributed and the variances of the groups are equal. It can be useful to verify the assumptions.
The p-value of the normality test is not significant so do not reject the null hypothesis. The data can be treated as normally distributed.

The p-value of the homogeneity of variance test is 0.04 so reject the null hypothesis of homogeneity of variances in favor of the alternative hypothesis of a difference in variances.

When you are unsure if the assumptions are met you can try a more robust statistical procedure. For example, the Welch t test is a test for a difference in mean that doesn't have the assumption of equality of variances like the Student t test.