R/rm_calclike.R

Defines functions rm_calclike

## File Name: rm_calclike.R
## File Version: 0.07


#**** calculation of the likelihood
rm_calclike <- function(dat2, dat2resp, probs,K){
    RM_CALCPOST( DAT2=dat2, DAT2RESP=dat2resp, PROBS=probs, KK=K)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.