This model assumes the distribution of mental representation for a given number/count k is N(k, (w * k) ^ 2).
Arguments
- data
Raw data of class
data.frame
.- name_bigset, name_smallset
Variable name in
data
indicates bigger and smaller set.- name_acc
Variable name in
data
indicates user's response is correct or not.- n_fit
Number of fits to try to find the best estimate.
- seed
Random seed. Default is 1 so that results can be reproduced.