R/tam_jml_itempartable.R

Defines functions tam_jml_itempartable

## File Name: tam_jml_itempartable.R
## File Version: 0.02


tam_jml_itempartable <- function(resp, maxK, AXsi, B, resp.ind)
{
    ndim <- dim(B)[3]
    item <- tam_itempartable( resp=resp, maxK=maxK, AXsi=AXsi,
                    B=B, ndim=ndim, resp.ind=resp.ind, rprobs=NULL,
                    n.ik=NULL, pi.k=NULL, order=FALSE )
    return(item)
}

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.