Learn R Programming

statpsych (version 1.7.0)

spearmanbrown: Computes the reliability of a scale with r2 measurements given the reliability of a scale with r1 measurements

Description

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.

Usage

spearmanbrown(rel, r1, r2)

Value

Returns the reliability of the sum or average of r2 measurements

Arguments

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

Examples

Run this code
spearmanbrown(.6, 10, 20)

# Should return:
# Reliability of r2 measurements
#                            .75


Run the code above in your browser using DataLab