irtoys (version 0.2.1)

erf: Plot empirical response function

Description

Produces a plot of the empirical response function (proportion of correct responses at each possible sum score).

Usage

erf(resp, item)

Arguments

resp

A matrix of binary responses to a test, with persons as rows and items as columns.

item

The item (column number in resp) to plot.

Value

None

Examples

Run this code
# NOT RUN {
erf(Scored, 3)

# }

Run the code above in your browser using DataLab