data("SourceMonitoring")
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. |
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).
data("SourceMonitoring", package = "psychotools")
xtabs(~ gender + I(age >= 30) + sources, SourceMonitoring)
Run the code above in your browser using DataLab