| convergence | R Documentation |
Returns the diagnostics recorded for the numerical optimization of every
model in the model space: whether it converged, the code returned by
optim, the number of restarts and of initial draws, and
the largest absolute gradient at the reported optimum.
convergence(x, ...)
## S3 method for class 'badp_model_space'
convergence(x, ...)
x |
An object of class |
... |
Arguments passed to methods. |
Models that failed to converge are retained in the model space rather than
dropped, so that they can be inspected. See optim_model_space
for what the individual diagnostics mean.
A numeric matrix with one column per model.
optim_model_space,
summary.badp_model_space
data(full_model_space)
convergence(full_model_space)[, 1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.