Description Usage Arguments Author(s) References See Also Examples
Adapted from Sternberg & Tulving (1977). Computes PF for items between recall trial and trial + 1.
1 | PF(resp_1, resp_2)
|
resp_1 |
Character vector containing items (word responses) produced at trial 1 |
resp_2 |
Character vector containing items (word responses) produced at trial 2 |
Garrett. D Greeley
Ph.D. Student - Cognitive Science
Stony Brook University, NY
Sternberg, R. J., & Tulving, E. (1977). The measurement of subjective organization in free recall. Psychological Bulletin, 84, 539-556.
PF_all()
SOMA()
SOMA_all()
1 2 3 4 5 6 7 8 9 | recall_1 <- c("king", "palace", "forest", "poem")
recall_2 <- c("walnut", "sorrow", "mountain", "game", "forest", "poem")
PF(recall_1, recall_2)
Or with example data PF_test and PF_test_intrusion (adapted from Sternberg & Tulving, 1977):
PF(PF_test$R_1_word, PF_test$R_2_word)
PF(PF_test_intrusion$R_1_word, PF_test_intrusion$R_2_word)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.