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