R/logLik.mleBb.R

Defines functions logLik.mleBb

Documented in logLik.mleBb

logLik.mleBb <- function(object,...) {
    rslt <- attr(object,"log.like")
    class(rslt) <- "logLik"
    attr(rslt,"df") <- 2
}

Try the dbd package in your browser

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

dbd documentation built on Aug. 19, 2021, 5:07 p.m.