Learn R Programming

emreliability (version 1.0.0)

csem_lord: CSEM Lord Method

Description

Compute Lord's CSEM in classical test theory under the binomial model.

Usage

csem_lord(ni)

Value

A list with:

x

Vector of raw scores from 0 to ni.

csem

Vector of Lord CSEM values corresponding to each raw score.

Arguments

ni

A numeric value indicating the number of items (must be at least 2).

Examples

Run this code
csem_lord(40)

Run the code above in your browser using DataLab