R/logLik.CARBayesST.R

Defines functions logLik.CARBayesST

Documented in logLik.CARBayesST

logLik.CARBayesST <- function(object,...)
{
    #### Return the log likeilhood
    return(object$modelfit[6])
}
duncanplee/CARBayesST documentation built on May 29, 2021, 7:35 a.m.