modelObj {modelObj} | R Documentation |
modelObj
A class for model objects.
Objects should not be created directly. The utility function buildModelObj() should be used.
model
Object of class formula
solver
Object of class methodObjSolver
method to obtain
parameter estimates.
predictor
Object of class methodObjPredict
method to obtain
predicted values.
: Executes regression step.
: Retrieve model.
: Retrieve regression method name.
: Retrieve arguments to be sent to regression method.
: Set arguments to be sent to regression method.
: Retrieve prediction method name.
: Retrieve arguments to be sent to prediction method.
: Set arguments to be sent to prediction method.
showClass("modelObj")