powered by
Tests whether each term of an object has converged.
converged_terms(x, ...)
An object.
Other arguments passed to methods.
A list of uniquely named logical atomic objects with whether each term has converged.
Other convergence: converged_pars(), converged(), esr_pars(), esr_terms(), esr(), rhat_pars(), rhat_terms(), rhat()
converged_pars()
converged()
esr_pars()
esr_terms()
esr()
rhat_pars()
rhat_terms()
rhat()
# 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