Learn R Programming

TIMP (version 1.5)

theta-class: Class "theta" for storage of nonlinear parameter estimates

Description

theta is the class to store parameter estimates associated with possibly many datasets; after a call to fitModel a list containing theta objects for each of the n datasets analyzed in the call to fitModel is created. To see the parameter estimates associated with the datasets, examine the object currTheta in the list returned by fitModel

Arguments

Objects from the Class

Objects can be created by calls of the form new("theta", ...) or theta(...).

Details

after a call to fitModel, an object of class theta exists in the global environment as the variable currTheta

See Also

fitModel, multitheta-class