/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 37 The single-factor ANOVA model co... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

The single-factor ANOVA model considered in Chapter 11 assumed the observations in the \(i\) th sample were selected from a normal distribution with mean \(\mu_{i}\) and variance \(\sigma^{2}\), that is, \(X_{i j}=\mu_{i}+\varepsilon_{i j}\) where the \(\varepsilon\) 's are normal with mean 0 and variance \(\sigma^{2}\). The normality assumption implies that the \(F\) test is not distribution-free. We now assume that the \(\varepsilon\) 's all come from the same continuous, but not necessarily normal, distribution, and develop a distribution-free test of the null hypothesis that all \(I \mu_{i}\) 's are identical. Let \(N=\sum J_{i}\), the total number of observations in the data set (there are \(J_{i}\) observations in the \(i\) th sample). Rank these \(N\) observations from 1 (the smallest) to \(N\), and let \(\bar{R}_{i}\) be the average of the ranks for the observations in the ith sample. When \(H_{0}\) is true, we expect the rank of any particular observation and therefore also \(\bar{R}_{i}\) to be \((N+1) / 2\). The data argues against \(H_{0}\) when some of the \(\bar{R}_{i}\) 's differ considerably from \((N+1) / 2\). The Kruskal-Wallis test statistic is $$ K=\frac{12}{N(N+1)} \sum J_{i}\left(\bar{R}_{i}-\frac{N+1}{2}\right)^{2} $$ When \(H_{0}\) is true and either (1) \(I=3\), all \(J_{i} \geq 6\) or (2) \(I>3\), all \(J_{i} \geq 5\), the test statistic has approximately a chi-squared distribution with \(I-1\) df. The accompanying observations on axial stiffness index resulted from a study of metal-plate connected trusses in which five different plate lengths-4 in., 6 in., 8 in., 10 in., and 12 in. were used ("Modeling Joints Made with LightGauge Metal Connector Plates," Forest Products \(J ., 1979: 39-44)\). \(\begin{array}{lllll}i=1(4 \text { in. }): & 309.2 & 309.7 & 311.0 & 316.8 \\\ & 326.5 & 349.8 & 409.5 & \\ i=2(6 \text { in. }): & 331.0 & 347.2 & 348.9 & 361.0 \\ & 381.7 & 402.1 & 404.5 & \\ i=3(8 \text { in. }): & 351.0 & 357.1 & 366.2 & 367.3 \\ & 382.0 & 392.4 & 409.9 & \\ i=4(10 \text { in. }): & 346.7 & 362.6 & 384.2 & 410.6 \\ & 433.1 & 452.9 & 461.4 & \\ i=5(12 \text { in. }): & 407.4 & 410.7 & 419.9 & 441.2 \\ & 441.8 & 465.8 & 473.4 & \end{array}\) Use the \(K-W\) test to decide at significance level \(.01\) whether the true average axial stiffness index depends somehow on plate length.

Short Answer

Expert verified
Perform a Kruskal-Wallis test using ranks; if the test statistic exceeds critical chi-squared value, reject null hypothesis at 0.01 significance level.

Step by step solution

01

Collect and List All Observations

First, collect all observations from the different groups. We have five groups corresponding to plate lengths 4, 6, 8, 10, and 12 inches. These values will be ranked collectively, regardless of group.
02

Rank All Observations

Rank all the observations from smallest to largest. If two observations are equal, assign each of them the average rank for those positions.
03

Calculate Average Ranks for Each Group

For each group, calculate the average of the ranks obtained in Step 2. This average rank is denoted as \( \bar{R}_i \) for the ith group.
04

Calculate the Kruskal-Wallis Test Statistic

Use the formula for the Kruskal-Wallis test statistic: \[K = \frac{12}{N(N+1)} \sum J_i \left( \bar{R}_i - \frac{N+1}{2} \right)^2\]where \(N\) is the total number of observations and \(J_i\) is the number of observations in the ith group. Compute this sum to get the test statistic \(K\).
05

Determine Degrees of Freedom

The degrees of freedom for the Kruskal-Wallis test statistic is given by \(I - 1\), where \(I\) is the number of groups. In this problem, \(I = 5\), so the degrees of freedom is 4.
06

Compare Test Statistic to Critical Value

For a significance level of 0.01 and 4 degrees of freedom, find the critical value from chi-squared tables. Compare the calculated \(K\) to this critical value to determine if we can reject the null hypothesis \(H_0\).
07

Draw a Conclusion

If \(K\) is greater than the critical chi-squared value, reject the null hypothesis; otherwise, do not reject the null hypothesis. This tells us whether the true average axial stiffness index is influenced by plate length.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Non-Parametric Statistics
Unlike parametric statistics, which rely on assumptions about the distribution of data (usually normal), non-parametric statistics do not make such assumptions. The Kruskal-Wallis test is a prime example of non-parametric statistics.
It is particularly useful when you suspect that data does not follow a normal distribution or your data is ordinal rather than interval or ratio.
This makes non-parametric tests more flexible and widely applicable when data does not meet the strict criteria of parametric tests. Non-parametric methods are often used in situations where:
  • The sample size is small.
  • The data includes outliers that cannot be removed.
  • The data is ordinal, ranked, or not normally distributed.
By using ranks rather than raw data, non-parametric methods can handle a wider variety of data types and situations.
Chi-Squared Distribution
The chi-squared distribution is critical for the Kruskal-Wallis test as it's used to approximate the distribution of the test statistic under the null hypothesis. Essentially, when we compute the test statistic from our data, it follows an approximate chi-squared distribution when the null hypothesis is true. This distribution is specifically characterized by degrees of freedom, which depend on the number of groups being compared, in this case, the plate lengths. For the Kruskal-Wallis test, the degrees of freedom are calculated as the number of groups minus one, ( I - 1 ). Hence, it is highly important for hypothesis testing, especially for non-parametric techniques.
When you compare your test statistic against this distribution, you determine the likelihood that the observed data could have occurred under the null hypothesis. The critical value from this distribution helps in deciding whether to reject the null hypothesis.
Analysis of Variance
Analysis of Variance, or ANOVA, typically involves comparing three or more group means to see if at least one of the means is different from the others, under the assumption that the data follows a normal distribution. The Kruskal-Wallis test serves a similar purpose to ANOVA but without relying on normality assumptions. Using rank-transformed data instead of raw data, the Kruskal-Wallis test checks for differences in distributions across the groups. This makes it non-parametric ANOVA. While ANOVA uses the F-distribution, the Kruskal-Wallis uses the chi-squared distribution to infer statistical significance.
ANOVA is highly effective with larger sample sizes and normally distributed data, whereas Kruskal-Wallis shines under less rigid conditions, handling ordinal data and non-uniform distributions gracefully.
Rank-Based Testing
Rank-based testing is a fundamental concept utilized by the Kruskal-Wallis test. This method involves replacing raw data values with their rank when sorted from the smallest to the largest. By focusing on these ranks instead of the actual data points, this testing approach diminishes the influence of extreme values or outliers. Through rank-based testing:
  • It becomes easier to detect differences between groups, particularly non-normal distributions.
  • The impact of outliers is minimized.
  • Data only needs to be ordinal; exact magnitude isn't essential.
Rank-based methods ensure a certain level of robustness, making them highly applicable in flexible, non-parametric test designs such as the Kruskal-Wallis test, where distinct but non-numerical patterns are more crucial than precise data values.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

The accompanying data is a subset of the data reported in the article "Synovial Fluid \(\mathrm{pH}\), Lactate, Oxygen and Carbon Dioxide Partial Pressure in Various Joint Diseases" (Arthritis Rheum., 1971: 476-477). The observations are \(\mathrm{pH}\) values of synovial fluid (which lubricates joints and tendons) taken from the knees of individuals suffering from arthritis. Assuming that true average \(\mathrm{pH}\) for non-arthritic individuals is \(7.39\), test at level \(.05\) to see whether the data indicates a difference between average \(\mathrm{pH}\) values for arthritic and nonarthritic individuals. $$ \begin{array}{lllllll} 7.02 & 7.35 & 7.34 & 7.17 & 7.28 & 7.77 & 7.09 \\ 7.22 & 7.45 & 6.95 & 7.40 & 7.10 & 7.32 & 7.14 \end{array} $$

Suppose we wish to test \(H_{0}\) : the \(X\) and \(Y\) distributions are identical versus \(H_{\mathrm{a}}\) : the \(X\) distribution is less spread out than the \(Y\) distribution The accompanying figure pictures \(X\) and \(Y\) distributions for which \(H_{\mathrm{a}}\) is true. The Wilcoxon rank-sum test is not appropriate in this situation because when \(H_{\mathrm{a}}\) is true as pictured, the \(Y\) 's will tend to be at the extreme ends of the combined sample (resulting in small and large \(Y\) ranks), so the sum of \(X\) ranks will result in a \(W\) value that is neither large nor small. $$ \text { "Ranks" : } \begin{array}{cccccccc} \cline { 7 - 8 } & 1 & 1 & 1 & & 1 & 1 & 1 \\ \hline & 3 & 5 & \ldots & 6 & 4 & 2 \end{array} $$ Consider modifying the procedure for assigning ranks as follows: After the combined sample of \(m+n\) observations is ordered, the smallest observation is given rank 1 , the largest observation is given rank 2, the second smallest is given rank 3, the second largest is given rank 4 , and so on. Then if \(H_{\mathrm{a}}\) is true as pictured, the \(X\) values will tend to be in the middle of the sample and thus receive large ranks. Let \(W^{\prime}\) denote the sum of the \(X\) ranks and consider rejecting \(H_{0}\) in favor of \(H_{\mathrm{a}}\) when \(w^{\prime} \geq c\). When \(H_{0}\) is true, every possible set of \(X\) ranks has the same probability, so \(W^{\prime}\) has the same distribution as does \(W\) when \(H_{0}\) is true. Thus \(c\) can be chosen from Appendix Table A.13 to yield a level \(\alpha\) test. The accompanying data refers to medial muscle thickness for arterioles from the lungs of children who died from sudden infant death syndrome \((x\) 's \()\) and a control group of children ( \(y\) 's). Carry out the test of \(H_{0}\) versus \(H_{\mathrm{a}}\) at level .05. $$ \begin{array}{llllll} \hline \text { SIDS } & 4.0 & 4.4 & 4.8 & 4.9 & \\ \text { Control } & 3.7 & 4.1 & 4.3 & 5.1 & 5.6 \\ \hline \end{array} $$ Consult the Lehmann book (in the chapter bibliography) for more information on this test, called the Siegel-Tukey test.

Both a gravimetric and a spectrophotometric method are under consideration for determining phosphate content of a particular material. Twelve samples of the material are obtained, each is split in half, and a determination is made on each half using one of the two methods, resulting in the following data: $$ \begin{aligned} &\begin{array}{l|cccc} \text { Sample } & 1 & 2 & 3 & 4 \\ \hline \text { Gravimetric } & 54.7 & 58.5 & 66.8 & 46.1 \\ \hline \text { Spectrophotometric } & 55.0 & 55.7 & 62.9 & 45.5 \end{array}\\\ &\begin{array}{l|cccc} \text { Sample } & 5 & 6 & 7 & 8 \\ \hline \text { Gravimetric } & 52.3 & 74.3 & 92.5 & 40.2 \\ \hline \text { Spectrophotometric } & 51.1 & 75.4 & 89.6 & 38.4 \end{array}\\\ &\begin{array}{l|cccc} \text { Sample } & 9 & 10 & 11 & 12 \\ \hline \text { Gravimetric } & 87.3 & 74.8 & 63.2 & 68.5 \\ \hline \text { Spectrophotometric } & 86.8 & 72.5 & 62.3 & 66.0 \end{array} \end{aligned} $$ Use the Wilcoxon test to decide whether one technique gives on average a different value than the other technique for this type of material.

In an experiment to compare the bond strength of two different adhesives, each adhesive was used in five bondings of two surfaces, and the force necessary to separate the surfaces was determined for each bonding. For adhesive 1 , the resulting values were \(229,286,245,299\), and 250 , whereas the adhesive 2 observations were \(213,179,163,247\), and 225 . Let \(\mu_{i}\) denote the true average bond strength of adhesive type \(i\). Use the Wilcoxon rank-sum test at level \(.05\) to test \(H_{0}: \mu_{1}=\mu_{2}\) versus \(H_{\mathrm{a}}: \mu_{1}>\mu_{2}\).

The study reported in "Gait Patterns During Free Choice Ladder Ascents" (Hum. Movement Sci., 1983: 187-195) was motivated by publicity concerning the increased accident rate for individuals climbing ladders. A number of different gait patterns were used by subjects climbing a portable straight ladder according to specified instructions. The ascent times for seven subjects who used a lateral gait and six subjects who used a four-beat diagonal gait are given. $$ \begin{array}{lrrrrrrr} \hline \text { Lateral } & .86 & 1.31 & 1.64 & 1.51 & 1.53 & 1.39 & 1.09 \\ \text { Diagonal } & 1.27 & 1.82 & 1.66 & .85 & 1.45 & 1.24 & \end{array} $$ a. Carry out a test using \(\alpha=.05\) to see whether the data suggests any difference in the true average ascent times for the two gaits. b. Compute a \(95 \%\) CI for the difference between the true average gait times.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.