R/logLik.diffIRT.r

logLik.diffIRT = function (object, ...) {
    LL = object$totLL/-2
    attr(LL, "df") = object$npars
    attr(LL, "nobs") = object$N
    class(LL) = "logLik"
    LL    
}

Try the diffIRT package in your browser

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

diffIRT documentation built on May 2, 2019, 4:51 a.m.