Learn R Programming

TestDesign (version 0.2.5)

plotMaxInfo: Draw a plot of maximum attainable information given the imposed constraints

Description

Draw a plot of maximum attainable information given the imposed constraints.

Usage

plotMaxInfo(pool, constraints, theta = seq(-3, 3, 0.5))

Arguments

pool

An '>item_pool object.

constraints

A list constraints generated by loadConstraints.

theta

A theta grid.

Examples

Run this code
# NOT RUN {
p <- plotMaxInfo(itempool_science, constraints_science)

# }

Run the code above in your browser using DataLab