Learn R Programming

universals (version 0.0.1)

converged_terms: Converged Terms

Description

Tests whether each term of an object has converged.

Usage

converged_terms(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A list of uniquely named logical atomic objects with whether each term has converged.

See Also

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

Examples

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

Run the code above in your browser using DataLab