R/BIC.R

Defines functions BIC.gambin

Documented in BIC.gambin

#' @rdname logLik.gambin
#' @importFrom stats BIC
#' @export
BIC.gambin = function(object, ...)
{
  if (length(list(...)) > 0L) 
    warning("additional arguments ignored")
  stats::BIC(logLik(object))
}

Try the gambin package in your browser

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

gambin documentation built on April 17, 2021, 1:06 a.m.