modifyModel {TIMP} | R Documentation |
Allows the starting values for parameters associated with a model to be updated with the values found in fitting the model.
Description
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 modification of the starting values in the model specification
with the optimized values found via fitModel
.
Usage
modifyModel(model = list(), newest = list(), exceptslots = vector() )
Arguments
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 |
Value
an object of class dat
that returns the results of
calling initModel
with the new starting values.
Author(s)
Katharine M. Mullen, Ivo H. M. van Stokkum