Extracts the convergence status from a model.
Usage
# S4 method for class 'CEL'
conv(object, ...)
# S4 method for class 'EL'
conv(object, ...)
# S4 method for class 'ELT'
conv(object, ...)
# S4 method for class 'SummaryEL'
conv(object, ...)
# S4 method for class 'SummaryELT'
conv(object, ...)
# S4 method for class 'SummaryLM'
conv(object, ...)Methods (by class)
conv(CEL): Extracts the convergence status of the model with respect to the parameter.conv(EL): Extracts the convergence status of the model with respect to the Lagrange multiplier.conv(ELT): Extracts the convergence status of the test with respect to the parameter (or the Lagrange multiplier if the argumentlhsisNULL).conv(SummaryEL): Extracts the convergence status of the model with respect to the Lagrange multiplier.conv(SummaryELT): Extracts the convergence status of the test with respect to the parameter (or the Lagrange multiplier if the argumentlhsisNULL).conv(SummaryLM): Extracts the convergence status of the model. See the documentation of EL and CEL.
See also
CEL, EL, ELT, getOptim()
