Learn R Programming

IRTpp (version 0.2.6.1)

prob.3pl: 3PL fast probability function

Description

The probability function in the 3PL models.

Usage

prob.3pl(z, theta)

Arguments

z
List containing the item parameters a, d and c.
theta
a Vector that contains the latent traits of the individual.

See Also

probability.3pl, prob.2pl, probability.2pl, probability.1pl

Examples

Run this code
## Simulate the test
# data <- simulateTest(model = "3PL", items = 20, individuals = 200)
## item parameters
# zita <-data$itempars
# zita <- list(zita$a, zita$b, zita$c)
## transformation of the parameter b
# zita <- model.transform(zita, model = "3PL", src = "b", target = "d")
# zita <- list(a = zita[,1], d = zita[,1], c = zita[,1])
## Latent traits
# thetas <- data$latentTraits
## Probability model
# prob.3pl(zita, thetas)

Run the code above in your browser using DataLab