spearmanbrown | R Documentation |
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)
rel |
reliability of the sum or average of r1 measurements |
r1 |
number of measurements in the original scale |
r2 |
number of measurements in the new scale |
Returns the reliability of the sum or average of r2 measurements
spearmanbrown(.6, 10, 20)
# Should return:
# Reliability of r2 measurements
# .75
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.