Question

The following data are for three groups of subjects who are exposed to three different methods...

The following data are for three groups of subjects who are exposed to three different methods of exercise programs. The dependent variable is the number of sit-up. Test the appropriate hypothesis using alpha = .05.

Method A : 20, 18, 14, 16, 13, 19, 12    Method B: 19, 12, 13, 17, 15, 20, 14    Method C: 24, 35, 26, 29, 31, 25, 38


-. State the null hypothesis.



-. Report the result in a statistical term and interpret the results.


-. Do you accept or reject the null hypothesis? Explain why.

Homework Answers

Answer #1

The R-code is as follows

x=c(20, 18, 14, 16, 13, 19, 12 )  

y=c( 19, 12, 13, 17, 15, 20, 14)

z=c(24, 35, 26, 29, 31, 25, 38)

e=c(x, y, z)

t=c(1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3)

d=data.frame(e, t)

a=aov(e~t,d)

summary(a)

And the Output is as follows

Df Sum Sq Mean Sq F value   Pr(>F)    
t            1  658.3   658.3    24.1 9.74e-05 ***
Residuals   19  519.0    27.3                     
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Below is the raw data for purchases made for three different shopping methods (1) if you...
Below is the raw data for purchases made for three different shopping methods (1) if you shop as an impulsive shopper, (2) if you shop at a warehouse club like Costco, or (3) if you purchase store brands. Is there a difference in prices if you shop as an impulsive shopper, or you shop at a warehouse club like Costco, or if you purchase store brands? Complete the F-test to determine if there is a difference in prices of the...
Scientists claim eating chocolate can improve memory. So to test this theory 10 subjects were given...
Scientists claim eating chocolate can improve memory. So to test this theory 10 subjects were given a memory test in which they had to remember 25 items with and without having eaten chocolate. The results were as follows: Subject A B C D E F G H I J Without Chocolate 18 16 21 23 14 15 14 19 20 22 With Chocolate 20 17 23 21 16 18 13 23 22 20 What is the p-value? Round answer to...
A clinical trial is run to assess the effects of different forms of regular exercise on...
A clinical trial is run to assess the effects of different forms of regular exercise on HDL levels in persons between the ages of 18 and 29. Participants in the study are randomly assigned to one of three exercise groups (Weight training, Aerobic exercise or Stretching/Yoga) and instructed to follow the program for 8 weeks. Their HDL levels are measured after 8 weeks and are summarized below. Table: HDL mean and standard deviation results for participants of the clinical trial...
A study of reading comprehension in children compared three methods of instruction. The three methods of...
A study of reading comprehension in children compared three methods of instruction. The three methods of instruction are called Basal, DRTA, and Strategies. As is common in such studies, two pretest variables were measured before any instruction was given. One purpose of the pretest was to see if the three groups of children were similar in their comprehension skills prior to the start of the study. The READING data set described in the Data Appendix gives two pretest measures that...
Consider the following sample information for three treatment groups: Treatment 1 : 10 11 12 19...
Consider the following sample information for three treatment groups: Treatment 1 : 10 11 12 19 Treatment 2: 8 9 11 7 Treatment 3:6 5 4 9(a) Using the 0.05 significance level, test the null hypothesis that the three treatment means are equal. (b) Interpret your results
A psychologist would like to examine the effects of three different testing methods on the final...
A psychologist would like to examine the effects of three different testing methods on the final performance of college students. One group gets regular quizzes, one group gets three large exams, and the third group only gets a final exam. A separate sample of 10 students were assigned in each testing method condition. At the end of the course, the psychologist interviews each student to get a measure of the student’s overall knowledge of the material. Do these data indicate...
Assume that Data Set C depicts scores for 30 individuals who participated in a two-way independent...
Assume that Data Set C depicts scores for 30 individuals who participated in a two-way independent groups design. Analyze the data using a two-way ANOVA and complete an ANOVA table reporting the relevant DD, df, MS, and Fs. Make sure to also report each of your critical values and indicate whether you would reject each of your three null hypotheses (i.e., main effect of A, main effect of B, interaction of A x B) Data Set C Variable B Variable...
6. Using the class data (see Blackboard file - "Class Survey Data - PSS-10 and GAS")...
6. Using the class data (see Blackboard file - "Class Survey Data - PSS-10 and GAS") calculate the correlation between the GAS – Goal disengagement and the GAS – Goal reengagement scores. Write the results in a statistical statement. 7. Using the class data calculate the correlation between the GAS – Goal disengagement and the PSS-10 scores. Write the results in a statistical statement. 8. Using the class data calculate the correlation between the GAS – Goal reengagement scores and...
A study of reading comprehension in children compared three methods of instruction. The three methods of...
A study of reading comprehension in children compared three methods of instruction. The three methods of instruction are called Basal, DRTA, and Strategies. Basal is the traditional method of teaching, while DRTA and Strategies are two innovative methods based on similar theoretical considerations. The READING data set includes three response variables that the new methods were designed to improve. Analyze these variables using ANOVA methods. Be sure to include multiple comparisons or contrasts as needed. Write a report summarizing your...
A study of reading comprehension in children compared three methods of instruction. The three methods of...
A study of reading comprehension in children compared three methods of instruction. The three methods of instruction are called Basal, DRTA, and Strategies. Basal is the traditional method of teaching, while DRTA and Strategies are two innovative methods based on similar theoretical considerations. The READING data set includes three response variables that the new methods were designed to improve. Analyze these variables using ANOVA methods. Be sure to include multiple comparisons or contrasts as needed. Write a report summarizing your...