testRetestSimData | R Documentation |
This dataset contains the true scores of 250 participants on some variable, and 10 items of a scale administered twice (at t0 and at t1).
A data frame with 250 observations on the following 21 variables.
The true scores
Score on item 1 at test
Score on item 2 at test
Score on item 3 at test
Score on item 4 at test
Score on item 5 at test
Score on item 6 at test
Score on item 7 at test
Score on item 8 at test
Score on item 9 at test
Score on item 10 at test
Score on item 1 at retest
Score on item 2 at retest
Score on item 3 at retest
Score on item 4 at retest
Score on item 5 at retest
Score on item 6 at retest
Score on item 7 at retest
Score on item 8 at retest
Score on item 9 at retest
Score on item 10 at retest
This dataset was generated with the code in the reliabilityTest.r test script.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters gjalt-jorn@userfriendlyscience.com
data(testRetestSimData);
head(testRetestSimData);
hist(testRetestSimData$t0_item1);
cor(testRetestSimData);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.