R/logLik.mvmeta.R

Defines functions logLik.mvmeta

Documented in logLik.mvmeta

###
### R routines for the R package mvmeta (c)
#
logLik.mvmeta <-
function(object, ...) {
#
################################################################################
#
  val <- object$logLik
  attributes(val) <- object$df
#
  class(val) <- "logLik"
#
  val
}

Try the mvmeta package in your browser

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

mvmeta documentation built on Dec. 10, 2019, 5:07 p.m.