Nlength represents a ratio of new to original. If the new test has 10 items, and the
original test has 5 items, Nlength is 2. Likewise, if the original test has 5 items, and the new
test has 10 items, Nlength is .5. In general, researchers should aim for reliabilities > .9.
SBrel
is used to address the question, what if I increased/decreased my test length?
What will the new reliability be? This is used when computing split-half reliabilities
and when when concerned about reducing test length.
SBlength
is used to address the question, how long must my test be (in relation to the
original test) in order to achieve a desired reliability?
The formulae for each are:
rxxp <- Nlength*rxx/(1+(Nlength-1)*rxx)
N <- rxxp*(1-rxx)/(rxx*(1-rxxp))