Learn R Programming

classify (version 1.3)

thpl: Three Parameter IRT Model Derived Probabilities

Description

Calculate vector of probabilities of success from person and item parameters under the 3pl IRT model.

Usage

thpl(theta=NULL,beta=NULL,alpha=NULL,eta=NULL)

Arguments

theta
Vector of theta parameters
beta
Vector of beta parameters
alpha
Vector of alpha parameters
eta
Vector of eta parameters

Value

Details

Three Parameter IRT Model Derived Probabilities

Examples

Run this code

theta <- c(-2:2)
beta <- rep(0,5)
alpha <- rep(1,5)
eta <- seq(from=0.2,by=0.2,to=1)
thpl(theta,beta,alpha,eta)

Run the code above in your browser using DataLab