R/converged.R

Defines functions converged

Documented in converged

#' Converged
#'
#' Tests whether an object has converged.
#'
#' @inheritParams params
#' @return A logical scalar indicating whether the object has converged.
#' @family convergence
#' @export
converged <- function(x, ...) {
  UseMethod("converged")
}

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.