PennController for IBEX › Forums › Support › Marking critical region(s) › Reply To: Marking critical region(s)
April 11, 2022 at 1:19 pm
#8034

Keymaster
Hi,
If you know where the critical word is in advance, just list its index in a column in your table (I am assuming you’re generating the trials using Template
) and use .log
on the closing parenthesis of newTrial()
to report that value as an additional column in each results line of the corresponding trial. Then you can read that column from your results file during your analyses to apply the correct calculations
Jeremy