Description Objects from the Class Slots Extends Methods Note Author(s) References See Also Examples
View source: R/obj2_fittmethod.R
Fitt method object, it store the method used for estimation, runing function.
Objects can be created by calls of the form new("fittmethod", ...)
.
methodID
: Object of class "numeric"
code for the method.
method
:Object of class "character"
name of the method used in estimation and other computation procedures.
detail
:Object of class "character"
detail text description of the method.
methodBR
:Object of class "numeric"
(method Branche) branch for the method used in iteration.
detailBR
:Object of class "character"
detail of the branch.
subroutine
:Object of class "character"
the function, subroutine, that the result constructed from.
lossfunction
:Object of class "character"
objective loss function used by subroutine to optimize.
subroutineBR
:Object of class "character"
sub subroutine, called for optimize.
Class "fittmethodorNULL"
, directly.
signature(x = "fittmethod")
: access slots.
This is for internal use, might not be called directly by user. All the fited objects, nl.fitt
, nl.fitt.gn
, nl.fitt.rgn
, nl.fitt.rob
, have a method slot of object type fittmethod
. It can be used by recalc
method to recalculate the fitt.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
nl.fitt
, nl.fitt.gn
, nl.fitt.rgn
, nl.fitt.rob
1 | fittmethod(methodID=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.