Learn R Programming

universals (version 0.0.1)

converged: Converged

Description

Tests whether an object has converged.

Usage

converged(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A logical scalar indicating whether the object has converged.

See Also

Other convergence: converged_pars(), converged_terms(), esr_pars(), esr_terms(), esr(), rhat_pars(), rhat_terms(), rhat()

Examples

Run this code
# NOT RUN {
converged.foobar <- function(x, ...) {
  NotYetImplemented()
  # replace with code to get converged for an object of class 'foobar'
}
# }

Run the code above in your browser using DataLab