Learn R Programming

emreliability (version 1.0.0)

stratified_feldt: Stratified Feldt's Coefficient

Description

Compute the stratified Feldt's coefficient for a test composed of several item strata (e.g., subtests or subscales).

Usage

stratified_feldt(x, s)

Value

A named list with:

stratified.feldt

Stratified Feldt's coefficient.

Arguments

x

A data frame or matrix containing item responses, with rows as subjects and columns as items. Items are assumed to be ordered by stratum.

s

A numeric vector giving the number of items in each stratum. The sum of s must equal ncol(x).

Details

Stratified Feldt's coefficient is an estimate of internal consistency reliability for a composite test formed by multiple strata.

Examples

Run this code
data(data.m)
stratified_feldt(data.m, c(13, 12, 6))

Run the code above in your browser using DataLab