Wednesday, May 28, 2014

Excel Normality Testing of Paired t-Test Data

This is one of the following seven articles on Paired (2-Sample Dependent) t-Tests in Excel

Paired t-Test in 4 Steps in Excel 2010 and Excel 2013

Excel Normality Testing of Paired t-Test Data

Paired t-Test Excel Calculations, Formulas, and Tools

Paired t-Test – Effect Size in Excel 2010, and Excel 2013

Paired t-Test – Test Power With G-Power Utility

Wilcoxon Signed-Rank Test in 8 Steps As a Paired t-Test Alternative

Sign Test in Excel As A Paired t-Test Alternative

 

Evaluating the Normality

of the Sample Data For

the Paired t-Test

The following five normality tests will be performed on the difference sample data here:

An Excel histogram of the sample data will be created.

A normal probability plot of the sample data will be created in Excel.

The Kolmogorov-Smirnov test for normality of the sample data will be performed in Excel.

The Anderson-Darling test for normality of the sample data will be performed in Excel.

The Shapiro-Wilk test for normality of the sample data will be performed in Excel.

 

Histogram in Excel

The quickest way to check the difference sample data for normality is to create an Excel histogram of the data as shown below, or to create a normal probability plot of the data if you have access to an automated method of generating that kind of a graph.

It is very important to verify the normality of the data if the difference sample size is small. If a hypothesis test’s required underlying assumptions cannot be met, the test is invalid.

Here is a histogram of the sample of differences.

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

To create this histogram in Excel, fill in the Excel Histogram dialogue box as follows:

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

The sample of differences appears to be distributed reasonably closely to the bell-shaped normal distribution. It should be noted that bin size in an Excel histogram is manually set by the user. This arbitrary setting of the bin sizes can has a significant influence on the shape of the histogram’s output. Different bin sizes could result in an output that would not appear bell-shaped at all. What is actually set by the user in an Excel histogram is the upper boundary of each bin.

 

Normal Probability Plot in Excel

Another way to graphically evaluate normality of each data sample is to create a normal probability plot for the sampled differences. This can be implemented in Excel and appears as follows:

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

The normal probability plot for the sampled differences shows that the data appears to be very close to being normally distributed. The actual sample data (red) matches very closely the data values of the sample were perfectly normally distributed (blue) and never goes beyond the 95 percent confidence interval boundaries (green).

 

Kolmogorov-Smirnov Test

For Normality in Excel

The Kolmogorov-Smirnov Test is a hypothesis test that is widely used to determine whether a data sample is normally distributed. The Kolmogorov-Smirnov Test calculates the distance between the Cumulative Distribution Function (CDF) of each data point and what the CDF of that data point would be if the sample were perfectly normally distributed. The Null Hypothesis of the Kolmogorov-Smirnov Test states that the distribution of actual data points matches the distribution that is being tested. In this case the data sample is being compared to the normal distribution.

The largest distance between the CDF of any data point and its expected CDF is compared to Kolmogorov-Smirnov Critical Value for a specific sample size and Alpha. If this largest distance exceeds the Critical Value, the Null Hypothesis is rejected and the data sample is determined to have a different distribution than the tested distribution. If the largest distance does not exceed the Critical Value, we cannot reject the Null Hypothesis, which states that the sample has the same distribution as the tested distribution.

F(Xk) = CDF(Xk) for normal distribution

F(Xk) = NORM.DIST(Xk, Sample Mean, Sample Stan. Dev., TRUE)

Difference Sample Group

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

0.0926 = Max Difference Between Actual and Expected CDF

17 = n = Number of Data Points

0.05 = α

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

The Null Hypothesis Stating That the Data Are Normally Distributed Cannot Be Rejected

The Null Hypothesis for the Kolmogorov-Smirnov Test for Normality, which states that the sample data are normally distributed, is rejected if the maximum difference between the expected and actual CDF of any of the data points exceed the Critical Value for the given n and α.

The Max Difference Between the Actual and Expected CDF for Difference sample group (0.0926) is significantly less than the Kolmogorov-Smirnov Critical Value for n = 20 (0.29) and for n = 15 (0.34) at α = 0.05 so the Null Hypotheses of the Kolmogorov-Smirnov Test of the difference sample group is accepted.

 

Anderson-Darling Test

For Normality in Excel

The Anderson-Darling Test is a hypothesis test that is widely used to determine whether a data sample is normally distributed. The Anderson-Darling Test calculates a test statistic based upon the actual value of each data point and the Cumulative Distribution Function (CDF) of each data point if the sample were perfectly normally distributed.

The Anderson-Darling Test is considered to be slightly more powerful than the Kolmogorov-Smirnov test for the following two reasons:

The Kolmogorov-Smirnov test is distribution-free. i.e., its critical values are the same for all distributions tested. The Anderson-darling tests requires critical values calculated for each tested distribution and is therefore more sensitive to the specific distribution.

The Anderson-Darling test gives more weight to values in the outer tails than the Kolmogorov-Smirnov test. The K-S test is less sensitive to aberration in outer values than the A-D test.

If the test statistic exceeds the Anderson-Darling Critical Value for a given Alpha, the Null Hypothesis is rejected and the data sample is determined to have a different distribution than the tested distribution. If the test statistic does not exceed the Critical Value, we cannot reject the Null Hypothesis, which states that the sample has the same distribution as the tested distribution.

F(Xk) = CDF(Xk) for normal distribution

F(Xk) = NORM.DIST(Xk, Sample Mean, Sample Stan. Dev., TRUE)

Difference Sample Group

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

Adjusted Test Statistic A* = 0.244

Reject the Null Hypothesis of the Anderson-Darling Test which states that the data are normally distributed if any the following are true:

A* > 0.576 When Level of Significance (α) = 0.15

A* > 0.656 When Level of Significance (α) = 0.10

A* > 0.787 When Level of Significance (α) = 0.05

A* > 1.092 When Level of Significance (α) = 0.01

The Null Hypothesis Stating That the Data Are Normally Distributed Cannot Be Rejected

The Null Hypothesis for the Anderson-Darling Test for Normality, which states that the sample data are normally distributed, is rejected if the Adjusted Test Statistic (A*) exceeds the Critical Value for the given n and α.

The Adjusted Test Statistic (A*) for the Difference Sample Group (0.244) is significantly less than the Anderson-Darling Critical Value for α = 0.05 so the Null Hypotheses of the Anderson-Darling Test for each of the two sample groups is accepted.

 

Shapiro-Wilk Test For Normality

in Excel

The Shapiro-Wilk Test is a hypothesis test that is widely used to determine whether a data sample is normally distributed. A test statistic W is calculated. If this test statistic is less than a critical value of W for a given level of significance (alpha) and sample size, the Null Hypothesis which states that the sample is normally distributed is rejected.

The Shapiro-Wilk Test is a robust normality test and is widely-used because of its slightly superior performance against other normality tests, especially with small sample sizes. Superior performance means that it correctly rejects the Null Hypothesis that the data are not normally distributed a slightly higher percentage of times than most other normality tests, particularly at small sample sizes.

The Shapiro-Wilk normality test is generally regarded as being slightly more powerful than the Anderson-Darling normality test, which in turn is regarded as being slightly more powerful than the Kolmogorov-Smirnov normality test.

Difference Data

paired t-test, t-test, t test, excel, excel 2010, excel 2013, statistics,paired t test,normality,kolmogorov,anderson-darling,shapiro,wilcoxon signed rank(Click On Image To See Larger Version)

0.968860 = Test Statistic W

0.892 = W Critical for the following n and Alpha

17 = n = Number of Data Points

0.05 = α

 The Null Hypothesis Stating That the Data Are Normally Distributed Cannot Be Rejected

Test Statistic W (0. 968860) is larger than W Critical 0.892. The Null Hypothesis therefore cannot be rejected. There is not enough evidence to state that the data are not normally distributed with a confidence level of 95 percent.

 

Correctable Reasons That Normal Data Can Appear Non-Normal

If a normality test indicates that data are not normally distributed, it is a good idea to do a quick evaluation of whether any of the following factors have caused normally-distributed data to appear to be non-normally-distributed:

1) Outliers

– Too many outliers can easily skew normally-distributed data. An outlier can oftwenty be removed if a specific cause of its extreme value can be identified. Some outliers are expected in normally-distributed data.

2) Data Has Been Affected by More Than One Process

– Variations to a process such as shift changes or operator changes can change the distribution of data. Multiple modal values in the data are common indicators that this might be occurring. The effects of different inputs must be identified and eliminated from the data.

3) Not Enough Data

– Normally-distributed data will often not assume the appearance of normality until at least 25 data points have been sampled.

4) Measuring Devices Have Poor Resolution

– Sometimes (but not always) this problem can be solved by using a larger sample size.

5) Data Approaching Zero or a Natural Limit

– If a large number of data values approach a limit such as zero, calculations using very small values might skew computations of important values such as the mean. A simple solution might be to raise all the values by a certain amount.

6) Only a Subset of a Process’ Output Is Being Analyzed

– If only a subset of data from an entire process is being used, a representative sample in not being collected. Normally-distributed results would not appear normally distributed if a representative sample of the entire process is not collected.

 

When Data Are Not Normally Distributed

When normality of data cannot be confirmed for a small sample, it is necessary to substitute a nonparametric test for a t-Test. Nonparametric tests do not have the same normality requirement that the t-Test does. The most common nonparametric tests that can substituted for the paired t-Test when data normality cannot be confirmed are the Wilcoxon Signed-Rank Test and the nonparametric Sign Test.

The Wilcoxon Signed Rank Test is the more powerful nonparametric test but requires that data be relatively symmetrical about a median. The nonparametric Sign Test can be used when this requirement cannot be met.

The Wilcoxon Signed Rank Test also can only be performed in ratio or interval data. The nonparametric Sign test can be performed on ordinal data.

Ratio and interval scales have measurable differences between values. Ordinal scales do not. The absolute temperature scale is a ratio scale because the value of zero means that there is no heat. The Fahrenheit or Celsius temperature scales are interval scales because the zero value is arbitrarily placed. A Likert rating scale would be an example of ordinal data.

The Sign Test is non-directional and can only be substituted for a two-tailed test but not for a one-tailed test like the example in this section.

The Wilcoxon Signed-Rank Test will be performed on the data in this example. The parametric paired, one-tailed t-Test was able to detect a difference at alpha = 0.05. The one-tailed Wilcoxon Signed-Rank Test was also able to detect a difference at alpha = 0.05.

The following blog article will provide the Excel calculations to perform the paired t-Test.

 

Excel Master Series Blog Directory

Statistical Topics and Articles In Each Topic

 

4 comments:

  1. Customer satisfaction is the ideal goal of the individuals here at dissertation execs. We have a tendency to make sure that our customers have a positive expertise with America because it is that solely thanks to create a reputation for ourselves because of the EssayWriter.org. Hence, we’ve managed to become the highest alternative for college kids round the world.

    ReplyDelete
  2. Prioritize Core Business Objectives by exploring a reliable method of remote collaboration. The outsourcing of remote labelers empowers companies to give paramount importance to their core business objectives. By entrusting labeling tasks to external experts, organizations can allocate their internal resources more efficiently. This allows for an intensified focus on strategic initiatives, innovation, and research, which fosters long-term growth and positions the company as a market leader. To delve into more details about the service, utilize this link and visit this page!

    ReplyDelete
  3. Where's the go-to spot for Dianabol (USA) Spectrum Pharma and Testestoron? Need a reliable source and some wisdom on dosing. Any input is welcome!

    ReplyDelete
    Replies
    1. Hey there! When it comes to scoring Testestorone, misterolympia.shop is your golden ticket. I've had success with their products—genuine and powerful. The ordering process is smooth as silk. Now, for dosage advice on Dianabol, my tip is to kick off with 20mg a day for beginners. Gauge your body's response, and adjust accordingly. Why misterolympia.shop? Their reliability and product excellence set them apart. You should definitely check out this page testosterone for sale
      .Trust me, it's the go-to for your fitness journey.

      Delete