Group: Forum Members
Posts: 83,
Visits: 261
|
hello! i am using a list to sample four different trial types (see below). the trials should be sampled a different number of times, but instead of using the probabilities, is there a way to set exact numbers for how many times each trial type should be sampled? otherwise, it risks not being exact. thank you!
/ block 1 <list triallistMem_block1> / items = (trial.old_art_block1, trial.new_art_block1, trial.old_nat_block1, trial.new_nat_block1,) / poolsize = 120 / maxrunsize = 2 / itemprobabilities = [0.33, 0.33, 0.17, 0.17] ] </list>
|