Learn R Programming

Matrix (version 0.999375-42)

respModule-class: "respModule" and derived classes

Description

The "respModule" class is the virtual base class of response modules for glpModel model objects. Classes that inherit from "respModule" include glmRespMod, for generalized linear models, nlsRespMod, for nonlinear models and nglmRespMod for generalized nonlinear models.

Arguments

Objects from the Class

Objects from these classes are usually created with mkRespMod as part of an glpModel object returned by model-fitting functions such as the hidden function glm4.

Methods

No methods defined with class "respModule" in the signature.

See Also

mkRespMod

Examples

Run this code
showClass("respModule")
showClass("glmRespMod")
showClass("nlsRespMod")

Run the code above in your browser using DataLab