Learn R Programming

classify (version 1.3)

rasch: Rasch Derived Probabilities

Description

Calculate vector of probabilities of success from person and item parameters under the Rasch model.

Usage

rasch(theta=NULL, delta=NULL)

Arguments

theta
Vector of theta parameters
delta
Vector of delta parameters

Value

Details

Calculates vector of probabilities of success from person and item parameters under the Rasch model.

Examples

Run this code

theta <- c(-5:5)
delta <- c(-5:5)
rasch(theta,delta)

Run the code above in your browser using DataLab