Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

TestDesign (version 1.0.2)

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.