Description Usage Arguments Value Note Author(s)
View source: R/rodeoEstimateDefunct.r
Estimates parameters using modFit
from the FME
package.
1 2 | rodeoEstimate(inMod.guess, inMod.lower, inMod.upper, lst_inFix, model, lst_obs,
extract, transf)
|
inMod.guess |
Initial guess of the parameters / initial values to be optimized. Named numeric vector. |
inMod.lower |
Lower bounds of the parameters / initial values to be optimized. Named numeric vector. |
inMod.upper |
Upper bounds of the parameters / initial values to be optimized. Named numeric vector. |
model |
Object of class |
extract |
A function that extracts simulated data from the output matrix
of |
A list with the following components:
estimates Named vector of the estimated parameters.
stdErrors Named vector of the parameters' standard errors.
residuals Numeric vector of residuals (e.g. for calculation of RMSE).
info Return code of optimizer. See help for summary.modFit
.
See notes for compare
.
David Kneis david.kneis@tu-dresden.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.