powered by
Extracts the optimization results from a model.
# S4 method for EL getOptim(object, ...)# S4 method for ELT getOptim(object, ...)# S4 method for SummaryEL getOptim(object, ...)# S4 method for SummaryELT getOptim(object, ...)# S4 method for SummaryLM getOptim(object, ...)
# S4 method for ELT getOptim(object, ...)
# S4 method for SummaryEL getOptim(object, ...)
# S4 method for SummaryELT getOptim(object, ...)
# S4 method for SummaryLM getOptim(object, ...)
A list with the following optimization results:
par A numeric vector of the parameter value. See the documentation of EL and CEL.
par
lambda A numeric vector of the Lagrange multipliers.
lambda
iterations A single integer for the number of iterations performed.
iterations
convergence A single logical for the convergence status.
convergence
An object that contains the optimization results.
Further arguments passed to methods.
EL, ELT, sigTests()
sigTests()
data("precip") fit <- el_mean(precip, par = 40) getOptim(fit)
Run the code above in your browser using DataLab