R/logLik.survreg.R

Defines functions logLik.survreg

logLik.survreg <-
function (object, ...)
{
    val <- object$loglik
    attr(val, "df") <- object$df
    class(val) <- "logLik"
    val
}

Try the CNVassoc package in your browser

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

CNVassoc documentation built on May 30, 2017, 12:50 a.m.