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....

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 on eClass, 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 statistics 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 generally 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.(k) What is the 95% confidence interval you obtained from t.test? How do you interpret this confidence interval?
Nov 30, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here