By charlottebooth - 1/14/2015
Hi,
I'm working from someone elses script and the output is quite confusing. What is the easiest way to add summary data - for example for the mean RT per trial type?
Thanks,
Charlotte
|
By Dave - 1/14/2015
It depends on the script. In simple cases, something like
<summarydata> / columns = [..., trial.a.totalmeanlatency, trial.b.totalmeanlatency, ...] ... </summarydata>
might suffice. See the language reference for the <summarydata> element as well as the language reference topics for <trial> etc. elements for listings of available / loggable properties.
For questions re. the particular script you're working with, I would recommend consulting w/ the person who wrote it -- s/he should be in the best position to clear up any confusion.
|
|