https://github.com/cran/CARBayes
Raw File
Tip revision: c813a5cb1b7d8282d41d5c8a7bb4fdbf69d89260 authored by Duncan Lee on 10 September 2018, 10:00:03 UTC
version 5.1
Tip revision: c813a5c
logLik.CARBayes.R
logLik.CARBayes <- function(object,...)
{
    #### Return the log likeilhood
    return(object$modelfit[6])
}
back to top