powered by
Extract rtol and atol information from a model object
get_tol(x)get_tol_list(x)
get_tol_list(x)
A data frame (get_tol()) or a named list (get_tol_list()).
get_tol()
get_tol_list()
a model object.
reset_tol(), custom_tol(), use_custom_tol(), use_scalar_tol()
reset_tol()
custom_tol()
use_custom_tol()
use_scalar_tol()
mod <- house() get_tol(mod) get_tol_list(mod)
Run the code above in your browser using DataLab