R/converged-terms.R

Defines functions converged_terms

Documented in converged_terms

#' Converged Terms
#'
#' Tests whether each term of an object has converged.
#'
#' @inheritParams params
#' @return A list of uniquely named logical objects with whether
#' each term has converged.
#' @family convergence
#' @export
converged_terms <- function(x, ...) {
  UseMethod("converged_terms")
}

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.