mafc_test | R Documentation |
This function evaluates a given set of test trials using the provided model memory matrix (word x referent). Each test trial is assumed to present one word and a set of referents of size less than the width of the model memory matrix.
mafc_test(mperf, test)
mperf |
A matrix representing model memory with words as rows and referents as columns. |
test |
A list representing the test trials, each containing a word and its associated referents. |
A vector with the probability of choosing the correct object, given each word.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.