Group: Forum Members
Posts: 2,
Visits: 2
|
Hi there, I am new to inquisit and I am finalizing an LDT script with 56 word-pair trials. I am trying to record summary data columns that average the latencies of 6 particular items. I recorded them like this: <values> / latencyneudommean = totalmeanlatency(trial.ldtneutraldominant1, trial.ldtneutraldominant2, trial.ldtneutraldominant3, trial.ldtneutraldominant4, trial.ldtneutraldominant5, trial.ldtneutraldominant6) </values>
<summarydata> / columns = [values.latencysexsubsum] </summarydata>
I did it this way for several different sets of trials and it allows me to run the experiment (meaning there are no errors that prevent the script from running), however, when I get my summary data file, there are 0s for all of the columns that resemble this one. What am I doing wrong in my script? I want to have a column that gives me a mean of the latencies for those trial pairs. How can I do this?
Any help is much appreciated!!!!
|