R/statpsych1.R
spearmanbrown.Rd
Computes the reliability of a scale that is the sum or average of r2 parallel measurements given the reliability of a scale that is the sum or average of r1 parallel measurements. The "measurements" can be items, trials, raters, or occasions.
spearmanbrown(rel, r1, r2)
reliability of the sum or average of r1 measurements
number of measurements in the original scale
number of measurements in the new scale
Returns the reliability of the sum or average of r2 measurements
spearmanbrown(.6, 10, 20)
#> Reliability of r2 measurements
#> 0.75
# Should return:
# Reliability of r2 measurements
# .75