I have the raw data from the administration of Connections on a number of participants.
However, the summary report has not been saved.
Is there a way for me to calculate the metics relevant to result summary reports from the raw data?
Please and thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The summary stats saved to the report are pretty minimal, and should be computable easily via excel or R or Python code. I just keep track of, for single and switch trials separately:
Number of targets (The more the better)
RT (should not even differ because there is a 20 second time limit in both conditions)
Clicks (counts extra clicks, probably not useful; essentially the same as targets)
overclicks (even less useful probably)
You probably just want to analyze sumdist for the different type variables, and you might average pure (num and letter) versus switch (numletter and letternum).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the raw data from the administration of Connections on a number of participants.
However, the summary report has not been saved.
Is there a way for me to calculate the metics relevant to result summary reports from the raw data?
Please and thank you.
The summary stats saved to the report are pretty minimal, and should be computable easily via excel or R or Python code. I just keep track of, for single and switch trials separately:
Number of targets (The more the better)
RT (should not even differ because there is a 20 second time limit in both conditions)
Clicks (counts extra clicks, probably not useful; essentially the same as targets)
overclicks (even less useful probably)
Here is a sample file:
The raw data file looks like this:
You probably just want to analyze sumdist for the different type variables, and you might average pure (num and letter) versus switch (numletter and letternum).