Description Usage Arguments Value Author(s) See Also
Allows the starting values for parameters associated with
a model to be updated with the values found in fitting the model. That
is, a model is specified with initModel
. Then fitModel
is used to optimize the starting values for parameters. modifyModel
allows modifification of the starting values in the model specification
with the optimized values found via fitModel
.
1 | modifyModel(model = list(), newest = list(), exceptslots = vector() )
|
model |
an object of class |
newest |
an object of class |
exceptslots |
a vector of character vector of slot names whose corresponding slots are to be left out of the update |
an object of class dat
that returns the results of
calling initModel
with the new starting values.
Katharine M. Mullen, Ivo H. M. van Stokkum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.