Question

In: Statistics and Probability

For the fish mortality data set, use an appropriate ANOVA design to determine whether age affects...

For the fish mortality data set, use an appropriate ANOVA design to determine whether age affects proportional mortality while accounting for variation in mortality due to life history strategy. If age has a significant influence on sunfish mortality, see if you can determine which age results in a different mortality rate.

MORTALITY OF A SUNFISH AFFECTED BY LIFE HISTORY STRATEGY AND AGE

% MORTALITY: 38, 42, 14, 41, 41, 16, 36, 39, 18, 32, 36, 15, 28, 33, 17

LIFE HISTORY STRATEGY: 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5

AGE: 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3

Solutions

Expert Solution

Use the following R Code:

mortality=c(38,42,14,41,41,16,36,39,18,32,36,15,28,33,17)
lhs=factor(rep(1:5,rep(3,5)))
age=factor(rep(c(1,2,3),5))
res.aov=aov(mortality~lhs+age)
summary(res.aov)

Output:

Df Sum Sq Mean Sq F value Pr(>F)
lhs 4 92.9 23.2 2.45 0.131
age 2 1440.1 720.1 75.93 6.27e-06 ***
Residuals 8 75.9 9.5

Thus we can see that p-value for age is significant. Now as age is significant we need to conduct a Tukey's HSD Test to check which level of age results in different mortality rate.

Use the following R code:

diffage=TukeyHSD(res.aov,which = "age")
diffage

Output:

Tukey multiple comparisons of means
95% family-wise confidence level

Fit: aov(formula = mortality ~ lhs + age)

$`age`
diff lwr upr p adj
2-1 3.2 -2.365296 8.765296 0.2836958
3-1 -19.0 -24.565296 -13.434704 0.0000267
3-2 -22.2 -27.765296 -16.634704 0.0000083

Now confidence interval for 2-1 contains 0 and is not significant. Hence level 1 and 2 don't differ among themselves, but 3-1 and 3-2 are significant. So, 3rd level of age results in a different mortality rate.


Related Solutions

For the fish mortality data set, use an appropriate ANOVA design to determine whether age affects...
For the fish mortality data set, use an appropriate ANOVA design to determine whether age affects proportional mortality while accounting for variation in mortality due to life history strategy. If age has a significant influence on sunfish mortality, see if you can determine which age results in a different mortality rate. MORTALITY OF A SUNFISH AFFECTED BY LIFE HISTORY STRATEGY AND AGE % MORTALITY: 38, 42, 14, 41, 41, 16, 36, 39, 18, 32, 36, 15, 28, 33, 17 LIFE...
Test a hypothesis using variables in the data set for which ANOVA is the appropriate test...
Test a hypothesis using variables in the data set for which ANOVA is the appropriate test (do NOT use the variables assigned for the final project). Data: Gender abuse female 7.00    female .00 female 7.00 male 7.00 male .00 male 7.00 female 7.00 female 7.00 female .00 female .00 State the null and research hypotheses in statistical terms, including the appropriate notation. Explain why ANOVA is the appropriate test. In your explanation, describe the formula (13.1) for the statistic...
For each of the following situations, indicate whether ANOVA is appropriate; if not appropriate, the reason...
For each of the following situations, indicate whether ANOVA is appropriate; if not appropriate, the reason why not; and, if appropriate, the type of ANOVA that would be used (i.e., one-way, repeated measures, etc.): The independent variable (IV) is age group –people in their 60s, 70s, and 80s; the dependent variable (DV) is health-related hardiness, as measured on a 20-item scale. The IVs are ethnicity (white, African American, Hispanic, Asian) and birthweight status (<2,500 grams vs 2,500 grams); the DV...
. Discuss when N-way ANOVA is appropriate to use
. Discuss when N-way ANOVA is appropriate to use
For the squid abundance data set, conduct an appropriate test to determine if squid abundance differs...
For the squid abundance data set, conduct an appropriate test to determine if squid abundance differs significantly among reefs. If you find that the reefs differ in the abundance of squids, then conduct a posteriori tests to determine which reefs are different from which others using two different multiple comparison procedures: the Tukey HSD test and the Newman-Keuls test. Indicate whether the results from these tests are in agreement. Show all steps taken. Red Rock Reef = 7, 8, 15,...
For the bird egg length data set, also conduct an appropriate test to determine if bird...
For the bird egg length data set, also conduct an appropriate test to determine if bird egg length differs among species. Assume that before you conducted this test you hypothesized about 3 contrasts a priori. These were that (1) Meadow Pipits, Wagtails, and Robins would be different than the other 3 bird species, (2) Hedge Sparrows would differ from Wrens, and (3) Tree Pipits would be different than all other birds. Use the approach we outlined in class to evaluate...
For the bird egg length data set, conduct an appropriate test to determine if bird egg...
For the bird egg length data set, conduct an appropriate test to determine if bird egg length differs among species. Assume that before you conducted this test you hypothesized about 3 contrasts a priori. These were that (1) Meadow Pipits, Wagtails, and Robins would be different than the other 3 bird species, (2) Hedge Sparrows would differ from Wrens, and (3) Tree Pipits would be different than all other birds. Use the approach we outlined in class to evaluate these...
The following data set is given. Determine whether it is reasonable to treat the following sample...
The following data set is given. Determine whether it is reasonable to treat the following sample as though it comes from an approximately normal population. Include any charts or graphs you make in Excel here and justify your answer. 8.8 11.2 11.6 6.3 9.3 10.5 14.6 8.5 7.3 7.5 5.2 9.0 4.3 9.9 7.8 13.1 12.3 10.1
l The following data set is given. Determine whether it is reasonable to treat the following...
l The following data set is given. Determine whether it is reasonable to treat the following sample as though it comes from an approximately normal population. Include any charts or graphs you make in Excel here and justify your answer. 8.8 11.2 11.6 6.3 9.3 10.5 14.6 8.5 7.3 7.5 5.2 9.0 4.3 9.9 7.8 13.1 12.3 10.1
The following data set is given. Determine whether it is reasonable to treat the following sample...
The following data set is given. Determine whether it is reasonable to treat the following sample as though it comes from an approximately normal population. Include any charts or graphs you make in Excel here and justify your answer. 2.6 4.2 1.5 2.0 0.6 0.7 6.6 2.2 9.7 1.8 4.2 4.4 0.6 0.2
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT