Learn R Programming

universals (version 0.0.1)

converged_pars: Converged Parameters

Description

Tests whether each parameter of an object has converged.

Usage

converged_pars(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

A uniquely named logical atomic vector indicating whether each parameter has converged.

See Also

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

Examples

Run this code
# NOT RUN {
converged_pars.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