Learn R Programming

momentfit (version 1.0)

minAlgoNlm-class: Class "minAlgoNlm"

Description

Class for algorithm to minimize multivariate functions that have the same format as nlm.

Arguments

Objects from the Class

Objects can be created by calls of the form new("minAlgoNlm", ...). It is generated my algoObj.

Slots

algo:

Object of class "character" ~~

start:

Object of class "character" ~~

fct:

Object of class "character" ~~

solution:

Object of class "character" ~~

value:

Object of class "character" ~~

message:

Object of class "character" ~~

convergence:

Object of class "character" ~~

Extends

Class "minAlgo", directly.

Methods

minFit

signature(object = "minAlgoNlm"): ...

Examples

Run this code
showClass("minAlgoNlm")

Run the code above in your browser using DataLab