updatesad | R Documentation |
These functions update a fitsad/fitrad object by running the optimizer again starting on better fit returned by profile.
These functions were not extensively tested, and should be considered in beta testing phase.
updatesad(object, ...)
updaterad(object, ...)
object |
object of the class |
... |
list of additional parameters to be passed to the |
The updatesad
function runs a new profile of the fitted object, and if the
profile is able to find a better fit, it runs a new optimization starting on this better fit.
If the profiling does not find a new fit, the function exits with error.
The actual processing is done by updatesad
. updaterad
is simply a convenience alias.
An object of fitsad-class
or fitrad-class
.
Paulo I Prado prado@ib.usp.br and Andre Chalom
fitsad-class
, fitrad-class
, fitsadC-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.