R/IRT.cv.R

Defines functions IRT.cv

Documented in IRT.cv

## File Name: IRT.cv.R
## File Version: 0.03



# S3 method
IRT.cv <- function(object, ...)
{
    UseMethod("IRT.cv")
}

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.