Learn R Programming

TestDesign (version 0.2.3)

calcRP: Find matching theta to supplied probability

Description

Find theta corresponding to a response probability value for each item.

Usage

calcRP(object, rp = 0.5, max_iter = 100, conv = 1e-04,
  start_theta = 0)

Arguments

object

An '>item_pool object.

rp

A response probability value.

max_iter

A maximum number of iterations.

conv

A convergence criterion.

start_theta

A starting theta value.