Learn R Programming

diffIRT (version 1.5)

extraversion: Responses and Response Times to 10 Extraversion Items

Description

These data comprise responses (first 10 columns labelled 'X[]') and response times (next 10 columns labelled 'T[]') of 146 subjects to 10 extraversion items with a binary answer scale. Each item consists of a particular habit, e.g., 'active' and 'noisy'. Subjects were asked to indicate whether (yes/no) these habits are applicable to their personalities. Response times are in seconds.

Arguments

Format

The specific habits for the 10 items are (translated from Dutch):
item 1
'active'
item 2
'noisy'
item 3
'energetic'
item 4
'enthusiastic'
item 5
'impulsive'
item 6
'jovial'
item 7
'viable'
item 8
'eupeptic'
item 9
'communicative'
item 10
'spontaneous'

References

Molenaar, D., Tuerlinkcx, F., & van der Maas, H.L.J. (2015). Fitting Diffusion Item Response Theory Models for Responses and Response Times Using the R Package diffIRT. Journal of Statistical Software, 66(4), 1-34. URL http://www.jstatsoft.org/v66/i04/.

Examples

Run this code

data(extraversion)
x=extraversion[,1:10]             # responses, 0 for 'no', 1 for 'yes'
rt=extraversion[,11:20]           # response times in seconds

Run the code above in your browser using DataLab