res-class: Class "res" to store the results of model fitting associated with
a single dataset.
Description
Class to store results of model fitting associated with
a single dataset. A list containing objects of class res
is
a slot in class fit
. An object of class fit
is stored in
the slot fit
of objects of class multimodel
.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
.