Group: Forum Members
Posts: 83,
Visits: 261
|
hello, in my experiment, two trial types are sampled throughout a block, 16 times each. I do not want more than two of the same trial type to be sampled in a sequence. the problem I am running into is that when the maximum number of one trial type has been reached (16), there is a long streak of the other trial type until the end of the block. Is there any way to help or prevent this?
Thanks!
<list triallist> / items = (trial.cue_indoor, trial.cue_outdoor) / poolsize = 32 / maxrunsize = 2 </list>
|