Compute the KR-20 reliability coefficient for
dichotomously scored items (e.g., 0/1).
Usage
kr20(x)
Value
A single numeric value: the KR-20 reliability coefficient.
Arguments
x
A data frame or matrix of item responses, with rows as persons
and columns as items. Items are assumed to be dichotomous (0/1).
Details
KR-20 is an internal consistency reliability estimate for tests with
dichotomously scored items.
Rows containing missing values are removed using stats::na.exclude().