Minor Changes
-
#2407
cafc6a1f
Thanks @jodeleeuw! - AddedfilterColumns()
to the DataCollection class. This function lets users select a subset of the columns in the DataCollection. It is the opposite of theignore()
method. -
#2379
9a28fb08
Thanks @jodeleeuw! - AddedsetSeed()
tojsPsych.randomization
to allow for seeding the random number generator and generating predictable sequences of random numbers.