R/logLik.grouped.R

"logLik.grouped" <-
function(object, ...){
    dets <- object$details 
    out <- dets$logLik
    attributes(out) <- list(nall = dets$n, nobs = dets$n, "df" = length(object$coef), class = "logLik")
    out
}

Try the grouped package in your browser

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

grouped documentation built on May 2, 2019, 2:42 a.m.