Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In a Stroop test, participants are presented with a list of color words, with each word displayed in an ink color. The participant's task is

In a Stroop test, participants are presented with a list of color words, with each word displayed in an ink color. The participant's task is to say out loud the ink color in which the word is printed. The task has two conditions: a congruent words condition, and an incongruent words condition. In the congruent condition, the color of the word matches the spelling of the printed word; but in the incongruent condition, the color of the word does not match the spelling of the printed word. Each participant usually participates in both conditions. I have uploaded a Stroop test dataset of 24 participants, the file name being stroopdata.csv. The dataset shows the time (in seconds) it took for each participant to complete the task in each condition. In this question, you will need to conduct the appropriate t-test for this dataset.

(a) Before doing the hypotheses testing, let's first compute some descriptive statis- tics and visualize the data using graphs. What are the sample means and sample standard deviation for each of the conditions? Use hist() function to graph the frequency distribution for the sample data in each condition. Which condition gen- erally took the participants longer to complete? Attach the graphs and R code.

(b) Which one is a more appropriate test for this data set, paired sample t-test or independent-samples t-test? Explain.

(c) State the null and alternative hypotheses. Assume that we are doing a directional test.

(d) Compute the t-statistic for our sample data. Show work. Attach R code if used.

(e) Over repeated samples, which distribution does the t-statistic follow assuming H0

is true? (Hint: include the degrees of freedom).

(f) Compute the p-value. Show work and attach R code.

(g) How do you interpret the p-value?

(h) Suppose " 0.05. Can you reject the null? What is your conclusion?

(i) Using the same level, compute the upper critical t-value. What is the upper critical t-value? Based on the upper critical t-value, can you reject the null? Attach R code.

(j) Use t.test function conduct the t-test. Do you obtain the same p-value? Attach the code.

https://docs.google.com/spreadsheets/d/e/2PACX-1vS5HFx8Z0akdFcFQkQOIonGSi1RPHNg8AKG2TfPSO-mV5Er9Y4zRK95xFFVj3pU9Sg-5LSLS9dCSamB/pub?gid=371092397&single=true&output=pdf

this is the spreadsheet

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Discovering Advanced Algebra An Investigative Approach

Authors: Jerald Murdock, Ellen Kamischke, Eric Kamischke

1st edition

1559539844, 978-1604400069, 1604400064, 978-1559539845

More Books

Students also viewed these Mathematics questions

Question

How is the carrying valueof a discount note computed?

Answered: 1 week ago

Question

Apply the concept of the sampling distribution

Answered: 1 week ago

Question

Describe the central limit theorem

Answered: 1 week ago