egf_has_converged {epigrowthfit} | R Documentation |
Test for Convergence
Description
Performs simple diagnostic tests to assess whether the optimizer that produced an estimated model actually converged to a local minimum point of the negative log marginal likelihood function.
Usage
egf_has_converged(object, check = TRUE, tol = 1)
Arguments
object |
an |
check |
a logical. If |
tol |
a positive number. Convergence requires all gradient elements
to be less than or equal to |
Value
TRUE
if all tests pass. FALSE
if any test fails.
NA
if no test fails, but the test for a positive definite
Hessian matrix is indeterminate because the matrix has not been
computed.
[Package epigrowthfit version 0.15.3 Index]