Description Usage Arguments Value Author(s) References
This function allows to estimate recollection and familiarity for recognition memory data by fitting data to the DPSD model.
The optimization is attempted by minimizing the summed log-likelihood using the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm
in optim
.
The function uses random start values on each iteration in order to find the set of parameters,
which fit the data best by returning the values with the lowest negative log likelihood.
Recollection and Familiarity for the lure distribution (new items) are set to 0.
Optional arguments in the function allow the user to specify an equal-variance model.
Recollection is bounded to be between 0 and 1, Familiarity and the standard deviation of the target distribution to be positive.
Criteria are ordered.
1 |
falseAlarms |
A vector containing the number of false alarms per recognition category rating. |
hit |
A vector containing the hit number of hits per recognition category rating. |
iterations |
A numeric value specifying the number of iterations. Default is set to 200. |
eqVar |
A boolean value specifying if the standard deviation of the target distribution is equal to that of the lure distribution (i.e. = 1) (TRUE) or estimated separately (FALSE). Default is set to TRUE. |
The function returns a dataframe with components:
(parameters) |
The estimated parameters (recollection_target, recollection_lure = 0, familiarity, sd_target, criteria) for the iteration with the lowest SumSquareError |
SSE |
Minimum sum square error |
Nicholas Lange, lange.nk@gmail.com
Yonelinas, A. P. (1999). The Contribution of Recollection and Familiarity to Recognition and Source-Memory Judgments: A Formal Dual-Process Model and an Analysis of Receiver Operating Characteristics. Journal of Experimental Psychology: Learning, Memory, and Cognition, 25(6), 1415 - 1434. http://doi.org/10.1037//0278-7393.25.6.1415
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.