R/logLik.bayesx.R

Defines functions logLik.bayesx

logLik.bayesx <-
function(object, ...)
{
  args <- list(...)
  model <- args$model
  if(!is.null(args$print.names))
    print.names <- args$print.names
  else
    print.names <- FALSE 
  return(extract.model.diagnostic(object, model, "logLik", print.names))
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Oct. 20, 2023, 3:01 p.m.