Question

In: Statistics and Probability

Perform the appropriate Hypothesis Test for the following (Be sure to have a null hypothesis (H0)...

Perform the appropriate Hypothesis Test for the following (Be sure to have a null hypothesis (H0) and alternate hypothesis; (H1). Explain how to find test statistic and P-value on the calculator; also Interpret the results (i.e. Reject or Fail to Reject H0), (Is or Is not significant evidence to support the claim H1).

You want to see if all three college algebra classes have the same mean. Use the following data to test your claim at a .01 significance level.

Class 1:                 86           87           91           78           52           85           82           83           84

Class 2:                 91           77           75           85           82           88           98           23           35              

Class 3:                 86           92           95           98           36           54           63           99           81

Thanks!

Solutions

Expert Solution

We do ANOVA to determine whether the means are different:

R code below.

C1 = c(86,87,91,78 ,52,85,82,83,84)
C2 = c(91,77,75,85,82,88,98,23,35 )
C3 = c(86,92,95,98,36,54,63,99,81)
dati = c(C1,C2,C3)
groups = factor(rep(letters[1:3],c(9,9,9)))
fit = lm(formula = dati ~ groups)
fit
anova (fit)

Analysis of Variance Table

Response: dati
Df Sum Sq Mean Sq F value Pr(>F)
groups 2 316.7 158.37 0.3667 0.6969
Residuals 24 10366.4 431.94  

The p-value of the test is .  Since the p-value , The null hypothesis is accepted. There is no diference between the three college algebra classes .


Related Solutions

In each of the following exercises, formulate an appropriate null hypothesis and perform a test of...
In each of the following exercises, formulate an appropriate null hypothesis and perform a test of that null hypothesis at the 5% and 1% significance levels. Use a one-sided or two-sided test as appropriate. 10. An instructor administers a 2-minute sit-up test to a class of 10 students, obtaining the following scores. X : 55,45,48,62,58,60,42,44,53,55 The instructor expects students to have an average score of no more than 45 on the sit-up test. Part (a) Assume that 10 is the...
You will perform an ANOVA test. For the hypothesis test make sure to report the following...
You will perform an ANOVA test. For the hypothesis test make sure to report the following steps: Identify the null hypothesis, Ho, and the alternative hypothesis, Ha. Determine whether the hypothesis test is left-tailed, right-tailed, or two-tailed. Find the critical value(s) and identify the rejection region(s). Find the appropriate standardized test statistic. If convenient, use technology. Decide whether to reject or fail to reject the null hypothesis. Interpret the decision in the context of the original claim. The grade point...
For a two-tailed hypothesis test at the significance level alpha, the null hypothesis H0: μ =...
For a two-tailed hypothesis test at the significance level alpha, the null hypothesis H0: μ = μ0 will be rejected in favor of the alternative hypothesis Ha: μ≠ μ0 if and only if μ0 lies outside the (1 - α) level confidence interval for μ. Illustrate the preceding relationship by obtaining the appropriate one-mean z-interval for the data below. Suppose the mean height of women age 20 years or older in a certain country is 62.8 inches. One hundred randomly...
For a two tailed hypothesis test at the significance level a, the null hypothesis H0: M=M0...
For a two tailed hypothesis test at the significance level a, the null hypothesis H0: M=M0 will be rejected in favor of the alternative hypothesis Ha: M does not = M0 lies outside the (1-a) level confidence interval for M. Illustrate the preceding relationship by obtaining the appropriate one mean t interval for the data below. According to a survey, the average person watched 4.53 hours of television per day in 2005. A random sample of 20 people gave the...
A t statistic was used to conduct a test of the null hypothesis H0: µ =...
A t statistic was used to conduct a test of the null hypothesis H0: µ = 11 against the alternative Ha: µ ≠ 11, with a p-value equal to 0.042. A two-sided confidence interval for µ is to be considered. Of the following, which is the largest level of confidence for which the confidence interval will NOT contain 11? A 90% confidence level A 92% confidence level A 96% confidence level A 97% confidence level A 98% confidence level
perform the appropraite test of hypothesis with minitab. Null hypothesis: mean of the post scores is...
perform the appropraite test of hypothesis with minitab. Null hypothesis: mean of the post scores is equal or lower than the mean of the pre score. Alternative hypothesis: mean of the post scores is higher the mean of the pre score. POSTSCORE PRESCORE 129 148 147 154 147 135 140 164 157 132 144 150 147 154 156 143 151 139 144 132 144 136 149 122 128 151 154 134 145 134 131 135 158 135 153 150 140...
A test of the null hypothesis H0: μ = μ0 gives test statistic z = −0.45....
A test of the null hypothesis H0: μ = μ0 gives test statistic z = −0.45. (Round your answers to four decimal places.) (a) What is the P-value if the alternative is Ha: μ > μ0? (b) What is the P-value if the alternative is Ha: μ < μ0? (c) What is the P-value if the alternative is Ha: μ ≠ μ0?
Whenever you are asked to test a hypothesis, be sure to: (a) state the null and...
Whenever you are asked to test a hypothesis, be sure to: (a) state the null and alternative hypotheses; (b) state the relevant sample statistic; (c) give the rejection region; (d) compute the test; (e) give your decision and a conclusion in English. Assume that last year, licensed American drivers drove an average of 10,000 miles, with a standard deviation of 2,000 miles (these are population figures).  This year, the government campaigned to get people to save gas by driving less.  To test...
Consider a general one-sided hypothesis test on a population mean µ with null hypothesis H0 :...
Consider a general one-sided hypothesis test on a population mean µ with null hypothesis H0 : µ = 0, alternative hypothesis Ha : µ > 0, and Type I Error α = 0.02. Assume that using a sample of size n = 100 units, we observe some positive sample mean x > 0 with standard deviation s = 5. (a) Calculate the Type II Error and the power of the test assuming the following observed sample means: (i) x =...
You will perform a Chi-Square test test. For the hypothesis test make sure to report the...
You will perform a Chi-Square test test. For the hypothesis test make sure to report the following steps: Identify the null hypothesis, Ho, and the alternative hypothesis, Ha. Determine whether the hypothesis test is left-tailed, right-tailed, or two-tailed. Find the critical value(s) and identify the rejection region(s). Find the appropriate standardized test statistic. If convenient, use technology. Decide whether to reject or fail to reject the null hypothesis. Interpret the decision in the context of the original claim. A sports...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT