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
rp
A response probability value.
max_iter
A maximum number of iterations.