Question

In: Statistics and Probability

Use RStudio. To test if a middle school class on geography is working, a pre- and...

Use RStudio. To test if a middle school class on geography is working, a pre- and post-test were given to students at the start and end of the semester. Assume that the scores were randomly selected from the two tests. Also, assume that that they are pairs of scores for ten students. Use the following data to test if the class improved students’ knowledge of geography. (hint: use “var.equal=TRUE” in your argument)

Scores

Pre-test:     77, 56, 64, 60, 57, 53, 72, 62, 65, 66

Post-test: 88, 74, 83, 68, 58, 50, 76, 64, 74, 60

Solutions

Expert Solution

ANSWER::

Here we will use independent t-test to test if a middle school class on geography is working, a pre- and post-test were given to students at the start and end of the semester.

Use following R-codes to run pair t-test

> pre_test=c(77, 56, 64, 60, 57, 53, 72, 62, 65, 66)
> post_test=c(88, 74, 83, 68, 58, 50, 76, 64, 74, 60)
> test=t.test(pre_test,post_test, var.equal = TRUE)
> test

   Two Sample t-test

data: pre_test and post_test
t = -1.4377, df = 18, p-value = 0.1677
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-15.506046 2.906046
sample estimates:
mean of x mean of y
63.2 69.5

> test$p.value
[1] 0.167669

If we assume that = 0.05 level of significance then

P-value =0.167669 > = 0.05 level of significance so we accept the null hypothesis and conclude that the class is not improved students’ knowledge of geography

NOTE:: I HOPE THIS ANSWER IS HELPFULL TO YOU......**PLEASE SUPPORT ME WITH YOUR RATING......

**PLEASE GIVE ME "LIKE".....ITS VERY IMPORTANT  FOR,ME......PLEASE SUPPORT ME .......THANK YOU


Related Solutions

Describe the major social classes in Canada: upper class, middle class, working-class, and lower class. Consider...
Describe the major social classes in Canada: upper class, middle class, working-class, and lower class. Consider the size of each class, as well as the income levels, typical schooling, and type of work that characterize people at each level.
What should politicians do to get the system working for the middle class?
What should politicians do to get the system working for the middle class?
The mean of the population (µ) on a test that measures math skills of middle school...
The mean of the population (µ) on a test that measures math skills of middle school students is 200. The variance  is 100. The test scores for the students in Mr. Petris’s class at Suburban Middle School are given below. 195        203        200               193        207               201        199               197        203               199        195        220        200               202        200               193        205               187        218               189        173        209        190               190        206               209        185               179        188               205 Use a rejection region with a statistical significance of 5% (p<.05)...
Compare and contrast middle-class and working-class parenting styles. Discuss how these parenting styles socialize children for...
Compare and contrast middle-class and working-class parenting styles. Discuss how these parenting styles socialize children for the U.S. economic system and labor market.
Describe the parenting styles used by the middle and working class/poor parents? Provide and discuss at...
Describe the parenting styles used by the middle and working class/poor parents? Provide and discuss at least three differences. Which of the parenting styles was most similar to your own child rearing? In what ways (provide discussion).
Nine students in a college math class took a pre-test. We are interested in whether the pre-test is useful for predicting final course percentage.
  Nine students in a college math class took a pre-test. We are interested in whether the pre-test is useful for predicting final course percentage. Here are the students’ scores: Student 1 2 3 4 5 6 7 8 9 Pre-Test 83 81 70 79 69 61 88 72 86 Final Course Percentage 68 59 72 75 55 52 81 63 70 (a) Use R to make a scatterplot of the data. Does it seem like a straight line model...
What do you think politicians should do to get the system working for the middle class?
What do you think politicians should do to get the system working for the middle class?
A sociologist thinks that middle school boys spent less time studying in 1981 than middle school...
A sociologist thinks that middle school boys spent less time studying in 1981 than middle school boys do today. A study was conducted in 1981 to find the time that middle school boys spent studying on weekdays. The results (in minutes per weekday) are shown below. 31.9 32.1 39.1 36.6 24.2 38.8 21.9 36.2 26.9 35.5 33.8 28.0 35.4 31.9 29.6 27.7 37.1 36.8 36.9 28.5 35.4 28.7 30.5 34.3 34.2 35.9 30.0 32.6 33.0 35.7 28.7 33.8 30.2 41.1...
Scenario : Middle School Building Project: The new middle school building includes classrooms, offices and administrative...
Scenario : Middle School Building Project: The new middle school building includes classrooms, offices and administrative spaces, dining commons with kitchen, and media center. Additional spaces that may be part of the final design include auditorium, gymnasium and athletic fields. Building construction may consist of a multi-story masonry and steel load bearing building with elevated slabs, poured in-place concrete retaining walls and associated underground waterproofing. Exterior finish materials may include brick veneer, aluminum storefront and curtain wall, and aluminum composite...
Use CRC to design information system for a school. Use following classes: Professor, Class, School, Department,...
Use CRC to design information system for a school. Use following classes: Professor, Class, School, Department, and Student, Identify the main responsibilities and collaborators for each class. Then draw a UML class diagram showing the relationships (and multiplicities) between the classes.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT