Calculates the product of item response probabilities for dichotomous IRT models
ProductProbabilities(thetaValue, itemParameters, logistic, irtModel = "3pl")
A numeric value or array for the theta (ability) value(s) for which the product will be calculated
A matrix containing the item parameters.
A logical indicating whether the logistic or the normal metric should be used.
A string stating the irtModel used. May be one of "1pl", "2pl", or "3pl".
pq A numeric matrix containing the crossed product on each thetaValue for each item.