
Concept explainers
Question : By using Python Google Colab Programming Language, Experiment trials input text file is given below from which you have to answer.
Calculate the median reaction time of all 75 trials. Calculate the % of ‘match’ trials in the first half of trials with reaction time less than or equal to the median reaction time. Next, calculate the % of ‘match’ trials in the second half of trials with reaction time greater than the median reaction time. Report both percentages.
Based on a comparison of the two ‘match’ percentages what can be concluded about the relationship between the ‘match’ % and reaction time in your experimental data?
Please share screenshot of code as well Output.
Text.txt File Data is given Below. Please save it as Text.txt file name or You can Download it from this link sendanywhe.re/XXJ3M068 :
1 1 0 1 0 0 0 3000 3 8 8 0
1 2 0 1 0 0 0 3000 2 2 2 8
1 3 0 1 0 0 0 3000 3 3 3 2
1 4 0 1 0 0 0 3000 2 1 1 3
1 5 0 1 0 0 0 3000 2 11 11 1
1 6 1 1 1 0 0 469 1 1 1 11
1 7 0 1 0 0 0 3000 2 2 2 1
1 8 0 1 0 0 0 3000 2 14 14 2
1 9 0 1 0 0 0 3000 3 8 8 14
1 10 1 1 1 0 0 610 1 14 14 8
1 11 0 1 0 0 0 3000 3 4 4 14
1 12 0 1 0 0 0 3000 2 15 15 4
1 13 1 1 1 0 0 520 1 4 4 15
1 14 1 1 1 0 0 1723 1 15 15 4
1 15 0 1 0 0 0 3000 2 8 8 15
1 16 1 1 1 0 0 983 1 15 15 8
1 17 0 1 0 0 0 3000 2 11 11 15
1 18 0 1 0 0 0 3000 2 1 1 11
1 19 1 1 1 0 0 613 1 11 11 1
1 20 1 1 1 0 0 885 1 1 1 11
1 21 0 1 0 0 0 3000 2 8 8 1
1 22 0 1 0 0 0 3000 2 8 8 8
1 23 0 1 0 0 0 3000 3 10 10 8
1 24 0 1 0 0 0 3000 2 9 9 10
1 25 0 1 0 0 0 3000 2 5 5 9
2 1 0 1 0 0 0 3000 2 12 12 5
2 2 0 1 0 0 0 3000 3 12 12 12
2 3 1 1 1 0 0 671 1 12 12 12
2 4 0 1 0 0 0 3000 2 1 1 12
2 5 0 1 0 0 0 3000 3 15 15 1
2 6 0 1 0 0 0 3000 2 4 4 15
2 7 0 1 0 0 0 3000 2 4 4 4
2 8 0 1 0 0 0 3000 3 12 12 4
2 9 0 1 0 0 0 3000 2 1 1 12
2 10 0 1 0 0 0 3000 2 1 1 1
2 11 0 1 0 0 0 3000 2 15 15 1
2 12 1 1 1 0 0 608 1 1 1 15
2 13 0 1 0 0 0 3000 3 7 7 1
2 14 0 1 0 0 0 3000 3 7 7 7
2 15 1 1 1 0 0 432 1 7 7 7
2 16 0 1 0 0 0 3000 3 1 1 7
2 17 0 1 0 0 0 3000 2 6 6 1
2 18 1 1 1 0 0 442 1 1 1 6
2 19 1 1 1 0 0 710 1 6 6 1
2 20 0 0 0 0 1 2166 2 6 6 6
2 21 0 1 0 0 0 3000 2 13 13 6
2 22 0 1 0 0 0 3000 2 7 7 13
2 23 0 1 0 0 0 3000 3 1 1 7
2 24 0 1 0 0 0 3000 3 13 13 1
2 25 1 1 1 0 0 574 1 1 1 13
3 1 0 1 0 0 0 3000 2 4 4 1
3 2 0 1 0 0 0 3000 1 13 13 4
3 3 0 1 0 0 0 3000 2 6 6 13
3 4 1 0 0 1 0 3000 1 13 13 6
3 5 1 1 1 0 0 411 1 6 6 13
3 6 0 1 0 0 0 3000 2 4 4 6
3 7 0 1 0 0 0 3000 3 15 15 4
3 8 0 1 0 0 0 3000 2 15 15 15
3 9 0 1 0 0 0 3000 2 12 12 15
3 10 0 1 0 0 0 3000 2 2 2 12
3 11 0 1 0 0 0 3000 3 13 13 2
3 12 0 1 0 0 0 3000 3 6 6 13
3 13 1 1 1 0 0 437 1 13 13 6
3 14 0 1 0 0 0 3000 2 9 9 13
3 15 0 1 0 0 0 3000 3 15 15 9
3 16 1 1 1 0 0 1030 1 9 9 15
3 17 0 1 0 0 0 3000 2 6 6 9
3 18 0 1 0 0 0 3000 2 8 8 6
3 19 0 1 0 0 0 3000 3 11 11 8
3 20 1 1 1 0 0 1252 1 8 8 11
3 21 0 1 0 0 0 3000 3 8 8 8
3 22 0 1 0 0 0 3000 3 14 14 8
3 23 0 1 0 0 0 3000 2 6 6 14
3 24 0 1 0 0 0 3000 2 7 7 6
3 25 0 1 0 0 0 3000 2 9 9 7
Information about Data given above :
Colum | Meaning |
---|---|
1 |
Blocknumber (the number of the block, there are 3 blocks) |
2 |
Trial number (the number of the trial) |
3 |
Type of trial (1=a matching stimulus ; 0=a non-matching stimulus) |
4 |
Score (1 means correct, 0 means incorrect) |
5 |
Match (1 means participants matched correctly, 0 otherwise; only meaningful on match trials) |
6 |
Miss (1 means participants missed, 0 otherwise; only meaningful on non-matching trials) |
7 |
False Alarm (1 means participants wrongly pressed button, 0 otherwise; only meaningful on non-matching trials) |
8 |
Reaction Time |
9 |
Memory (a variable used internally) |
10 |
Current letter (the current letter, a number between 1 and 15, representing letterA, etc) |
11 |
nback1 (the letter 1 trial ago, a number between 1 and 15, representing with letterA, etc) |
12 |
nback2 (the letter 2 trials ago, a number between 1 and 15, representing with letterA, etc) |

Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 5 images

- Handwork problem (also includes MATLAB applications): HW10_1 First, compute the integral analytically. Then estimate the integral to 6 decimal places, as instructed. a) handwork Use multiple applications of the trapezoid rule, with n=6. .3 dx b) handwork Apply the composite trapezoid rule, with n=6. (3x + 1)3 c) MATLAB Apply the composite trapezoid rule, with n=6, 12 & 24 d) handwork Use multiple applications of Simpson's 1/3 rule, with n=6. e) handwork Apply the composite Simpson's 1/3 rule, with n=6. f) MATLAB Apply the composite Simpson's 1/3 rule, with n= 6, 12 & 24 for all cases, handwork & MATLAB: Compare all results with the exact integral, and compute the relative errors using MATLAB and publish as pdf.arrow_forwardModulo Rules (Discrete Math) Use mod to find the remainder. Write it step by step( include mod) for each steps. Write the steps neatly please The answer is provided.arrow_forwardExplain "motion input." Give instances of motion input's various applications in medical, military, sports, and entertainment.arrow_forward
- Describe the rules of apply when evaluating mixed expression.arrow_forwardPurpose: One of the most commonly made decisions is based on comparing the means of multiple conditions. Significance tests for comparing means are critical in the decision making process. In this assignment, you will practice how to use t tests and ANOVA tests to compare the means of multiple conditions under one independent variable in different experiment design (between-group and within-group) Tasks: Please write an R script that performs the following operations in the order listed. At the beginning of each task, write a comment marking the task number. Name the file as: lab6-<your last name>.R ANOVA tests 8. Import the 'iris.csv' dataset. Browse and understand the data in each column 9. Compute descriptive statistics and create boxplot for sepal length and species. 10. Select the appropriate test to determine whether there is significant difference in sepal length between the three species. Follow the steps of ANOVA analysis. Make sure you check whether the assumptions are…arrow_forwardAssignment-5 Create flow chart and algorithm for following problem: Check whether the inputted number is a. Positive b. Negative C. zeroarrow_forward
- I want to find the variance of motor speed which is taken after every each hour. Take that list from the user. Programming language: Pythonarrow_forwardIs the following statement true or false: You can use ordinal data to calculate ALL summary statistics, such as median, mean, and standard deviation.arrow_forwardtrace the code total = 0; found = 0 for ct in range(10,-11,-3): total += ct if (ct<0) and (ct % 2 == 0): found += 1 print(ct,total) print(found)arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





