transreas2 {mokken} | R Documentation |
Transitive Reasoning Data
Description
Scores of 606 school children on 16 dichotomous transitive reasoning items.
Usage
data(transreas2)
Format
A 606 by 16 data frame containing integers.
Details
The data were collected by Samantha Bouwmeester (Bouwmeester & Sijtsma, 2004). The design of the items is included as attributes. The
respondents have been deidentified. The deidentified data do allow to replicate the analyses in Sijtsma and Van der Ark (2020,
chapter 4), using the code available from https://osf.io/e9jrz. Note that the package mokken
includes another transitive reasoning data set.
Source
Data were kindly made available by Samantha Bouwmeester from the Erasmus Universiteit Rotterdam, The Netherlands.
References
Bouwmeester, S., & Sijtsma, K. (2004). Measuring the ability of transitive reasoning, using product and strategy information. Psychometrika, 69, 123-146. doi:10.1007/BF02295843
Sijtsma, K., & Van der Ark, L. A. (2020), Measurement models for psychological attributes. Chapman and Hall/CRC Press. https://www.routledge.com/Measurement-Models-for-Psychological-Attributes/Sijtsma-Ark/p/book/9780367424527
Examples
data(transreas2)
# Create Table 4.2 from Sijtsma & Van der Ark (2020)
data.frame (Item = 1: 16,
taskContent = attr(transreas2, which = "taskContent"),
presentationForm = attr(transreas2, which = "presentationForm"),
taskFormat = attr(transreas2, which = "taskFormat"),
pValues = round(apply(transreas2, 2, mean), 2))