Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

The data were collected using a randomized block design. For each data set, use the Friedman \(F\) -test to test for differences in location among the treatment distributions using \(\alpha=.05 .\) Bound the \(p\) -value for the test using Table 5 of Appendix \(I\) and state your conclusions. $$ \begin{array}{crrrr} \hline \quad &&& {\text { Treatment }} \\ \text { Block } & 1 & 2 & 3 & 4 \\ \hline 1 & 89 & 81 & 84 & 85 \\ 2 & 93 & 86 & 86 & 88 \\ 3 & 91 & 85 & 87 & 86 \\ 4 & 85 & 79 & 80 & 82 \\ 5 & 90 & 84 & 85 & 85 \\ 6 & 86 & 78 & 83 & 84 \\ 7 & 87 & 80 & 83 & 82 \\ 8 & 93 & 86 & 88 & 90 \\ \hline \end{array} $$

Short Answer

Expert verified
Based on the Friedman test conducted, we found a significant difference in location among the treatment distributions with a test statistic of 20.48 and a critical value of 7.81 at an alpha level of 0.05. Therefore, we reject the null hypothesis and conclude that there is a significant difference among the treatments.

Step by step solution

01

Calculate the rank for each treatment within each block

For each block row, assign a rank to each value, starting with 1 for the lowest value, 2 for the next lowest, and so on. In case of tied values, assign the average rank of the tied positions. The ranks for the given data are: $$ \begin{array}{crrrr} \hline & & & \text { Treatment } \\ \text { Block } & 1 & 2 & 3 & 4 \\ \hline 1 & 4 & 1 & 2.5 & 2.5 \\ 2 & 4 & 1 & 2.5 & 2.5 \\ 3 & 4 & 2 & 3 & 1 \\ 4 & 4 & 1 & 2.5 & 2.5 \\ 5 & 4 & 1 & 2.5 & 2.5 \\ 6 & 4 & 1 & 3 & 2 \\ 7 & 4 & 1 & 3 & 2 \\ 8 & 4 & 1 & 2 & 3 \\ \hline \end{array} $$
02

Calculate the sum of ranks for each treatment

Next, we sum the ranks for each treatment: $$ \begin{aligned} \text{Sum of ranks for Treatment 1: } & 4+4+4+4+4+4+4+4 = 32 \\ \text{Sum of ranks for Treatment 2: } & 1+1+2+1+1+1+1+1 = 9 \\ \text{Sum of ranks for Treatment 3: } & 2.5+2.5+3+2.5+2.5+3+3+2 = 21 \\ \text{Sum of ranks for Treatment 4: } & 2.5+2.5+1+2.5+2.5+2+2+3 = 18 \end{aligned} $$
03

Calculate the Friedman test statistic, \(\chi^2_r\)

We will use the following formula to compute the Friedman test statistic: $$ \chi_r^2 = \frac{12N}{(KT)(KT+1)} (\sum_{j=1}^T R_j^2 - \frac{(KT+1)^2}{4}) $$ where \(N\) is the number of blocks, \(K\) is the number of treatments, \(T\) is the number of rows, and \(R_j\) is the sum of ranks for treatment \(j\). \(\chi_r^2\) can be calculated as follows: $$ \chi_r^2 = \frac{12(8)}{(4)(4+1)}((32^2) + (9^2) + (21^2) + (18^2) - \frac{(4(4+1)+1)^2}{4}) = 20.48 $$
04

Determine the critical value from the table provided

The degrees of freedom for the Friedman test are \(df=T-1\). In this case, since we have 4 treatments, \(df=4-1=3\). With an alpha level of 0.05 and 3 degrees of freedom, the critical value according to Table 5 of Appendix I is 7.81.
05

Compare \(\chi^2_r\) with the critical value to make a conclusion

Since our calculated Friedman test statistic \(\chi^2_r=20.48\) is greater than the critical value of 7.81, we reject the null hypothesis. This means that there is a significant difference in location among the treatment distributions.

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 Vaia!

Key Concepts

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

Randomized Block Design
Imagine a researcher who wants to avoid the variability in experiments caused by uncontrollable external factors. That’s where randomized block design comes into play. It's a statistical technique used to keep the experiment as consistent as possible, despite the presence of these external variables, commonly known as 'blocks'.

A block is a set of experimental units that are similar in some way that is expected to affect the response to the treatments. By randomizing within blocks, the experiment takes care of the variability within the blocks but not between them. For example, if we're testing the effectiveness of a new fertilizer and we know the soil quality could affect the outcome, each unique soil type would represent a different block.

In the exercise provided, the 'blocks' are the different sets of data collected under similar conditions, while the 'treatments' represent the variable being tested across those conditions. Performing tests within these blocks helps reduce the impact of variances and therefore makes the experiment more reliable.
Statistical Hypothesis Testing
How do we make decisions based on sample data? This is where statistical hypothesis testing comes into the picture. It's a framework for testing claims about a population based on the evidence in a sample. Two hypotheses are set up: the null hypothesis, which usually states there is no effect or no difference, and the alternative hypothesis, which contradicts the null.

The basic idea is to find out if the sample data is so far from what we'd expect if the null hypothesis were true, that we can declare a significant difference and thus support the alternative hypothesis. The key concept here is the p-value, the probability of observing a value as extreme as the one measured, assuming that the null hypothesis is true. If this p-value is lower than a pre-determined threshold, typically 0.05 or 5%, we reject the null hypothesis.

In the exercise, the comparison of the Friedman test statistic to the critical value is analogous to comparing the p-value to the significance level. The result suggesting a 'significant difference' is the equivalent of saying the p-value is small enough to reject the null hypothesis, indicating the treatments have different effects.
Non-parametric Statistics
When the assumptions required for traditional parametric tests are not satisfied, non-parametric statistics offer a powerful alternative. They are also known as distribution-free tests because they do not assume your data follows a specific distribution. This is particularly useful when dealing with small sample sizes or data that is not normally distributed.

The Friedman test is one such non-parametric method used for comparing three or more paired groups. It is especially beneficial when your data is ordinal or the assumptions of similar tests like repeated measures ANOVA are not met. Instead of focusing on means or variances, it works on ranks of the data.

The exercise demonstrates the step-by-step calculation for the Friedman test, showcasing the rank-based approach integral to non-parametric statistics. By using ranks, the Friedman test minimizes the impact of outliers and skewed data distributions, providing a robust assessment of the treatment effects without relying on normal distribution assumptions.

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

A political scientist is studying the relationship between the voter image of a conservative political candidate and the distance (in kilometers) between the residences of the voter and the candidate. Each of 12 voters rated the candidate on a scale of \(1-20\). a. Calculate Spearman's rank correlation coefficient \(r_{s}\) b. Do these data provide sufficient evidence to indicate a negative rank correlation between rating and distance?

An experiment was conducted to study the relationship between the ratings of a tobacco leaf grader and the moisture content of the tobacco leaves. Twelve leaves were rated by the grader on a scale of \(1-10\), and corresponding readings of moisture content were made. $$\begin{array}{ccc}\hline \text { Leaf } & \text { Grader's Rating } & \text { Moisture Content } \\\\\hline 1 & 9 & .22 \\\2 & 6 & .16 \\\3 &7 & .17 \\\4 & 7 & .14 \\\5 & 5 & .12 \\\6 & 8 & .19 \\\7 & 2 & .10 \\\8 & 6 & .12 \\\9 & 1 & .05 \\\10 & 10 & .20 \\\11 & 9 & .16 \\\12 & 3 & .09 \\\\\hline\end{array}$$ a. Calculate \(r_{s}\) b. Do the data provide sufficient evidence to indicate an association between the grader's ratings and the moisture contents of the leaves?

Use the large-sample approximation to the Wilcoxon signed-rank test with the information from Exercises \(5-6,\) reproduced below. Calculate the \(p\) -value for the test and draw conclusions with \(\alpha=.05 .\) Compare your results with the results in Exercises 5-6. Test for a difference in the two distributions when \(n=30\) and \(T^{+}=249\)

Two art critics each ranked 10 paintings by contemporary (but anonymous) artists according to their appeal to the respective critics. The ratings are shown in the table. Do the critics seem to agree on their ratings of contemporary art? That is, do the data provide sufficient evidence to indicate a positive association between critics \(A\) and \(B ?\) Test by using an \(\alpha\) value near. \(05 .\) $$\begin{array}{ccc}\hline \text { Painting } & \text { Critic } \mathrm{A} & \text { Critic B } \\\\\hline 1 & 6 & 5 \\\2 & 4 & 6 \\\3 & 9 & 10 \\\4 & 1 & 2 \\\5 & 2 & 3 \\\6 & 7 & 8 \\\7 & 3 & 1\end{array}$$ $$\begin{array}{ccc}\hline \text { Painting } & \text { Critic A } & \text { Critic B } \\\\\hline 8 & 8 & 7 \\\9 & 5 & 4 \\\10 & 10 & 9 \\\\\hline\end{array}$$

Decide whether the alternative hypothesis for the Wilcoxon signed-rank test is one- or two-tailed. Then give the null and alternative hypotheses for the test. You want to decide whether distribution 1 lies to the left of distribution 2 .

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.

Sign-up for free