R/ssdeR.logLik.R

#######################
# ssdeR.logLik
########################
logLik.ssdeR <- function (object, ...)
{
  structure(object$loglik, df = sum(sapply(object$coefficients,
                                           length)), class = "logLik")
}

Try the ssdeR package in your browser

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

ssdeR documentation built on May 2, 2019, 4:59 p.m.