R/predict.tam.R

Defines functions predict.tam.mml

Documented in predict.tam.mml

## File Name: predict.tam.R
## File Version: 9.06

##################################################
# predict methods in TAM
predict.tam.mml <- function( object, ... )
{
    res <- IRT.predict( object, object$resp )
    return(res)
}
##################################################
predict.tam.mml.3pl <- predict.tam.mml
predict.tamaan <- predict.tam.mml
##################################################

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.