- Classical Test Theory
- Reliability



| N | r | SB's r |
|---|---|---|
| 2 | .8 | |
| 3 | .8 | |
| 3 | .6 | |
| .6 | .8 |
R
# Install and load the package
install.packages("CTT")
library("CTT")
# old relibility is 0.6, if the measure is lengthened
# by a factor of 2, the relibility of new test is:
spearman.brown(0.6, 2,"n")
# old relibility is 0.5, if we want a new measure to
# be 0.8, the new test length is:
spearman.brown(0.5, 0.8, "r")
| Child | Parent 1 | Parent 2 |
|---|---|---|
| 1 | 5.5 | 6.0 |
| 2 | 5.2 | 5.2 |
| 3 | 4.6 | 4.0 |
| 4 | 6.6 | 5.6 |