spearmanbrown {statpsych}R Documentation

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)

Arguments

rel

reliability of the sum or average of r1 measurements

r1

number of measurements in the orginal scale

r2

number of measurements in the new scale

Value

Returns the reliability of the sum or average of r2 measurements

Examples

spearmanbrown(.6, 10, 20)

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



[Package statpsych version 1.5.0 Index]