conv {melt}R Documentation

Convergence check

Description

Extracts the convergence status from a model.

Usage

## S4 method for signature 'CEL'
conv(object, ...)

## S4 method for signature 'EL'
conv(object, ...)

## S4 method for signature 'ELT'
conv(object, ...)

## S4 method for signature 'SummaryEL'
conv(object, ...)

## S4 method for signature 'SummaryELT'
conv(object, ...)

## S4 method for signature 'SummaryLM'
conv(object, ...)

Arguments

object

An object that contains the convergence status.

...

Further arguments passed to methods.

Value

A single logical.

Methods (by class)

See Also

CEL, EL, ELT, getOptim()

Examples

## Convergence check for the overall model test
data("mtcars")
fit <- el_lm(mpg ~ ., data = mtcars)
conv(fit)

[Package melt version 1.11.3 Index]