res-class {TIMP} | R Documentation |
Class to store results of model fitting.
Objects can be created by calls of the form new("res", ...)
.
A res
object is created after model fitting
via the residual function residPart
.
cp
:"list"
that contains the
estimates for conditionally linear paramters. resid
:"list"
of residuals, with one
element for each dataset modeled. fitted
:"list"
of fits, with one
element for each dataset modeled. irfvec
:"list"
with a vector of
elements for each element of the clp x2
Katharine M. Mullen, Ivo H. M. van Stokkum