| TestScores | R Documentation |
These data were created to correspond to scores for 30 examinees on 10 items of test X plus a score on criterion Y.
data(TestScores)
A matrix with 30 observations on the following 11 variables.
i1item1 on test x
i2item2 on test x
i3item3 on test x
i4item4 on test x
i5item5 on test x
i6item6 on test x
i7item7 on test x
i8item8 on test x
i9item9 on test x
i10item10 on test x
yScore on criterion Y
These data are constructed such that items 1 - 10 are coded 0,1 for incorrect/correct responses. The data illustate that some items are better for maintaining internal consistency, whereas others may be more useful for relating to external criteria.
item.exam
data(TestScores)
str(TestScores)
item.exam(TestScores[,1:10], y = TestScores[,11], discrim=TRUE)
alpha(TestScores[,1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.