Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please assist. Data set is at bottom of document. In a previous lab, the results of a study conducted at a large university was presented.

Please assist. Data set is at bottom of document.

In a previous lab, the results of a study conducted at a large university was presented. It compared the effectiveness of two alternative teaching methods in first-year algebra courses: "Method 1" and "Method 2". To ensure that the selected methodology benefited all first-year students at the university, the committee conducted a randomized trial.

Three sections of the course were opened: one where a professor taught the material in a standard way, one where a professor taught using Method 1, and one where a professor taught using Method 2. Students were then randomly assigned to one of the three algebra courses but were not told that the methods of instruction varied. (Each method was assigned 100 students.) After the completion of these courses, the final grades of the students were compiled into a database. This database was used to decide which instructional method will be implemented in future classes.

Data

The "comma separated variable" (csv) file containing (fictitious) students' final grades is included below. It is entitled "TestScores(2).csv" and can be downloaded. This dataset contains 300 values divided into three columns: standard method, new method 1, and new method 2. These labels correspond to the teaching strategies implemented in the scenario described above. Use descriptive statistics to characterize these data and draw conclusions. (Data:TestScores(2).csv)

Scenario

At the conclusion of the semester, the standard method of instruction yielded 100 grades with a mean final grade of 74.161% and a standard deviation of roughly 10.78%. A mathematics professor in the department stated that he thinks, on average, students score a 78% in the first-year algebra course; however, the mean from the sample data suggests that the true average could be lower. Answer the following questions to determine if the true population mean is lower than 78% at the 5% significance level. Since experimental methods were used in "Method 1" and "Method 2", these grades will be ignored.Only grades from the "Standard Method" will be considered.

FinalNote

You may use any method or technology to perform necessary calculations. Excel can be used to calculate the sample mean and standard deviation of the data (be sure to use the correct column: "Standard Method"). R has a command to perform a one-sample t-test that will handle all of the calculations. If you would like to use R, see the comments below.

R command:t.test(x, mu, alternative)

Here, the first argument must be a vector of your data. (In this case, it will be a the final grades from the "Standard Method" of teaching.)

mu is the theoretical (or assumed) mean. In this case, it will be the professor's statement: "the population mean is 78%". So, mu = 78.

alternative has three possible inputs: alternative = "two.sided", alternative = "greater", alternative = "less". Selecting one of these indicates whether you want to test for ANY significant difference, if the sample mean is greater than the assumed mean, or if the sample mean is less than the assumed mean.

(Additional information:T Test in R: One Sample and Paired (with Example) (guru99.com))

Useful Tool:t-Distribution Calculator

image text in transcribed
What type of one-sample t-test must be implemented here? O A two-tailed t-test A left-tailed t-test O A right-tailed t-test O A null hypothesis test QUESTION 2 1 points Saved Select the correct null and alternative hypotheses. O Ho: M

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals of Ethics for Scientists and Engineers

Authors: Edmund G. Seebauer, Robert L. Barry

1st Edition

9780195698480, 195134885, 195698487, 978-0195134889

Students also viewed these Mathematics questions