fit_numerosity | R Documentation |
This model assumes the distribution of mental representation for a given number/count k is N(k, (w * k) ^ 2).
fit_numerosity(data, name_bigset, name_smallset, name_acc, n_fit = 5, seed = 1)
data |
Raw data of class |
name_bigset , name_smallset |
Variable name in |
name_acc |
Variable name in |
n_fit |
Number of fits to try to find the best estimate. |
seed |
Random seed. Default is 1 so that results can be reproduced. |
A list()
with structure the same as optim()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.