Performance in a Source-Monitoring Experiment
Response frequencies of 128 participants who took part in a source-monitoring experiment with two sources.
data("SourceMonitoring")
A data frame containing 128 observations on four components.
Factor. Sources A and B.
Integer. Age of the respondents in years.
Factor coding gender.
Matrix containing the response frequencies. The column names indicate the nine response categories:
a.a |
Number of source A items judged to be of source A. |
a.b |
Number of source A items judged to be of source B. |
a.n |
Number of source A items judged to be new. |
b.a |
Number of source B items judged to be of source A. |
b.b |
Number of source B items judged to be of source B. |
b.n |
Number of source B items judged to be new. |
n.a |
Number of new items judged to be of source A. |
n.b |
Number of new items judged to be of source B. |
n.n |
Number of new items judged to be new. |
In a source-monitoring experiment with two sources, participants study items from two different sources, A and B. The final memory test consists of A and B items along with new distractor items, N. Participants are required to classify each item as A, B, or N.
In an experiment at the Department of Psychology, University of Tuebingen, two source conditions were used in the study phase: In the first one, subjects had to read items either quietly (think) or aloud (say). In the second, they wrote them down (write) or read them aloud (say).
The data were analyzed using the multinomial processing tree model of source monitoring (Batchelder & Riefer, 1990).
Wickelmaier F, Zeileis A (2013). A First Implementation of Recursive Partitioning for Multinomial Processing Tree Models. Presented at the Psychoco 2013 International Workshop on Psychometric Computing, February 14–15, Zurich, Switzerland.
Batchelder WH, Riefer DM (1990). Multinomial Processing Tree Models of Source Monitoring. Psychological Review, 97, 548–564.
data("SourceMonitoring", package = "psychotools") xtabs(~ gender + I(age >= 30) + sources, SourceMonitoring)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.