R/logLik.HOF.r

"logLik.HOF" <-
    function(object, ...)
{
     sapply(object$models, function(x) x$deviance/(-2))
}

Try the eHOF package in your browser

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

eHOF documentation built on April 23, 2022, 1:05 a.m.