Kudzu is a plant that was imported to the United States from

Kudzu is a plant that was imported to the United States from Japan and now covers over seven million acres in the South. The plant contains chemicals called isoflavones that have been shown to have beneficial effects on bones. One study used three groups of rats to compare a control group with rats that were fed either a low dose or a high dose of isoflavones from kudzu. One of the outcomes examined was the bone mineral density in the femur (in grams per square centimeter). Researchers would like to test if the mean bone mineral density is different for the three different groups.

Using the data set BoneMineralData, conduct an ANOVA test to determine if there is a difference in the means of the 3 groups. Use a level of significance of \"alpha . Use this information to answer questions 1 through 5.
Kudzu is a plant that was imported to the United States from Japan and now covers over seven million acres in the South. The plant contains chemicals called isoflavones that have been shown to have beneficial effects on bones. One study used three groups of rats to compare a control group with rats that were fed either a low dose or a high dose of isoflavones from kudzu. One of the outcomes examined was the bone mineral density in the femur (in grams per square centimeter). Researchers would like to test if the mean bone mineral density is different for the three different groups. Using the data set BoneMineralData, conduct an ANOVA test to determine if there is a difference in the means of the 3 groups. Use a level of significance of df = and 4. Give the P-value for this test. Round your answer to three decimal places (Example: 0.032) 5. Based on the decision rule, what do you conclude? Fail to reject the null. There is sufficient evidence to suggest that there is a difference in the means of one or more of the groups from the others. Fail to reject the null. There is insufficient evidence to suggest that there is a difference in the means of one or more of the groups from the others. Reject the null. There is sufficient evidence to suggest that there is a difference in the means of one or more of the groups from the others. Reject the null. There is insufficient evidence to suggest that there is a difference in the means of one or more of the groups from the others. F = 2. Check that the requirements for this data are met. Check that data are normally distributed in each group and that the variances are equal for each group. Which of the following statements is true? The data are approximately normal for each group, the variances are equal for each group The data are clearly not normal for each group, the variances are equal for each group The data are approximately normal for each group, the variances are not equal for each group The data are clearly not normal for each group, the variances are not equal for each group. If the requirements from Question 2 were not satisfied, conduct the test anyway. 3. Give the value of the test statistic and the degrees of freedom, in the appropriate order. Give the test statistic accurate to 3 decimal places. (Example: 4.567) . Use this information to answer questions 1 through 5. 1. What are the null and alternative hypotheses?

Solution

The data set are

1.The null and alternative hypotheses are

H0: All the means are equal

Ha: At least one of the means differs

2. Using the R-command, we show that the data are normal or not

control=c(0.228,0.207,0.234,0.22,0.217,0.228,0.209,0.221,0.204,0.22,0.203,0.219,0.218,0.245,0.21)
high =c(0.25,0.237,0.217,0.206,0.247,0.228,0.245,0.232,0.267,0.261,0.221,0.219,0.232,0.209,0.255)
low =c(0.211,0.22,0.211,0.233,0.219,0.233,0.226,0.228,0.216,0.225,0.2,0.208,0.198,0.208,0.203)
par(mfrow=c(3,2))
hist(control, freq = FALSE, main=\"Histogram for Control\")
curve(dnorm(x, mean=mean(control), sd=sd(control)), col=\"blue\", lwd=2,add=TRUE)
lines(density(control),col = \"red\", lwd=2)
qqnorm (control, main = \"Normal Quantile Plot for Control\")
qqline (control)
hist(low, freq = FALSE, main=\"Histogram for Low Dose\")
curve(dnorm(x, mean=mean(low), sd=sd(low)), col=\"blue\", lwd=2,add=TRUE)
lines(density(low),col = \"red\", lwd=2)
qqnorm (low, main = \"Normal Quantile Plot for Low Dose\")
qqline (low)
hist(high, freq = FALSE, main=\"Histogram for High Dose\")
curve(dnorm(x, mean=mean(high), sd=sd(high)), col=\"blue\", lwd=2,add=TRUE)
lines(density(high),col = \"red\", lwd=2)
qqnorm (high, main = \"Normal Quantile Plot for High Dose\")
qqline (high)

These graphs show that the data are approximately normal for each group, the variances are equal for each group

3. THe test statistic is find by using Excel

The F-value is 7.71823 with df 2,42

4. The p-value is 0.001397

5. Reject the null. There is sufficient evidence to suggest that there is a difference in the means of one or more of the groups from the others.

Control Low dose High Dose
0.228 0.211 0.25
0.207 0.22 0.237
0.234 0.211 0.217
0.22 0.233 0.206
0.217 0.219 0.247
0.228 0.233 0.228
0.209 0.226 0.245
0.221 0.228 0.232
0.204 0.216 0.267
0.22 0.225 0.261
0.203 0.2 0.221
0.219 0.208 0.219
0.218 0.198 0.232
0.245 0.208 0.209
0.21 0.203 0.255
 Kudzu is a plant that was imported to the United States from Japan and now covers over seven million acres in the South. The plant contains chemicals called is
 Kudzu is a plant that was imported to the United States from Japan and now covers over seven million acres in the South. The plant contains chemicals called is

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site