Conditional summation
I am trying to create a summation object to measure accuracy only for certain stimuli presented on a list (i.e. target stimuli, not probes). I am trying to use an inline conditional statement to determine when to add the stimulus accuracy to the summation. I have tried creating an attribute on the list so that I can say:
If "Attribute" <> "Probe" Then
OverallAcc.AddObservation Stimulus.ACC
End If
It's not working. Any suggestions?
Thank you!
-
You might find more help at the E-Prime Google Group, groups.google.com/group/e-prime.
Please sign in to leave a comment.
Comments
1 comment