getOptim {melt}R Documentation

Optimization results

Description

Extracts the optimization results from a model.

Usage

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

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

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

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

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

Arguments

object

An object that contains the optimization results.

...

Further arguments passed to methods.

Value

A list with the following optimization results:

See Also

EL, ELT, sigTests()

Examples

data("precip")
fit <- el_mean(precip, par = 40)
getOptim(fit)

[Package melt version 1.11.4 Index]