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")
}
poissonconsulting/universals documentation built on June 9, 2025, 1:58 p.m.