R/logLik.CARBayesST.R

Defines functions logLik.CARBayesST

Documented in logLik.CARBayesST

logLik.CARBayesST <- function(object,...)
{
    #### Return the log likeilhood
    return(object$modelfit[6])
}

Try the CARBayesST package in your browser

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

CARBayesST documentation built on Nov. 2, 2023, 6:23 p.m.