R/logLik.R

#' Log likelihood of a fitted model
#'
#' `logLik` extracts the log likelihood from a fitted model object.
#'
#' @name logLik
#' @rdname logLik
#' @family methods for ouch trees
#' @importFrom stats logLik
#' @inheritParams stats::logLik
#' @return `logLik` returns a numeric value.
#' 
NULL

Try the ouch package in your browser

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

ouch documentation built on April 25, 2023, 9:10 a.m.