R/nterms.R

Defines functions nterms

Documented in nterms

#' Number of Terms
#'
#' Gets the number of terms
#' of an MCMC object.
#'
#' @inheritParams params
#' @return A integer scalar of the number of terms.
#' @family MCMC dimensions
#' @export
nterms <- function(x, ...) {
  UseMethod("nterms")
}

Try the universals package in your browser

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

universals documentation built on Sept. 22, 2022, 5:07 p.m.