Learn R Programming

IRTpp (version 0.2.6.1)

pattern.freqs: Frequencies for the expanded pattern matrix

Description

Calculates the given frequencies for the expanded pattern matrix

Usage

pattern.freqs(data)

Arguments

data
The pattern matrix.

Value

A matrix with the frequencies of patterns expanded.

See Also

pattern.freqs, full.pattern.expand

Examples

Run this code
## data <- simulateTest(model = "3PL", items = 20, individuals = 200)
## pattern.freqs(data$test)

Run the code above in your browser using DataLab