R/logLik.INLAjoint.R

Defines functions logLik.INLAjoint

Documented in logLik.INLAjoint

#' Extracts log-likelihood value from a given model fitted with INLAjoint
#'
#' @description This function extracts log-likelihood value from INLAjoint objects.
#'
#' @param object an object that contains a model fitted with INLAjoint.
#' @param ... Extra arguments.
#'
#' @export

logLik.INLAjoint <- function(object, ...){
  arguments <- list(...)
  return(object$mlik)
}

Try the INLAjoint package in your browser

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

INLAjoint documentation built on June 22, 2024, 11:33 a.m.