R/nobs.mixmeta.R

Defines functions nobs.mixmeta

###
### R routines for the R package mixmeta (c)
#
nobs.mixmeta <-
function(object, ...) {
#
################################################################################
# EXTRACTS THE NUMBER OF OBSERVATIONS USED FOR FITTING. USED BY BIC
#
  object$df$nobs
}

Try the mixmeta package in your browser

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

mixmeta documentation built on Oct. 16, 2021, 5:09 p.m.