res-class {TIMP}R Documentation

Class "res" to store the results of model fitting.

Description

Class to store results of model fitting.

Objects from the Class

Objects can be created by calls of the form new("res", ...). A res object is created after model fitting via the residual function residPart.

Slots

cp:
Object of class "list" that contains the estimates for conditionally linear paramters.
resid:
Object of class "list" of residuals, with one element for each dataset modeled.
fitted:
Object of class "list" of fits, with one element for each dataset modeled.
irfvec:
Object of class "list" with a vector of elements for each element of the clp x2

Author(s)

Katharine M. Mullen, Ivo H. M. van Stokkum

See Also

dat-class, spec-class


[Package TIMP version 1.0 Index]