Learn R Programming

classify (version 1.3)

tpl: Two Parameter IRT Model Derived Probabilities

Description

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

Usage

tpl(theta=NULL, beta=NULL, alpha=NULL)

Arguments

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

Value

Details

Calculates vector of probabilities of success from person and item parameters under the 2pl IRT model.

Examples

Run this code

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

Run the code above in your browser using DataLab