fit-class {TIMP} | R Documentation |
Class to store results of model fitting associated with
all datasets in a single call to the fitModel
function.
An object of class fit
is stored in
the slot fit
of objects of class multimodel
.
Objects can be created by calls of the form new("fit", ...)
.
resultlist
:"list"
that contains
an object of class res
for each dataset modeled, in the order
that they were specified. nlsres
:"list"
containing
named elements
nls
used in model optimization.summary(onls)
Katharine M. Mullen, Ivo H. M. van Stokkum