powered by
modelObj
A class for model objects.
model
Object of class formula
formula
solver
Object of class methodObjSolver method to obtain parameter estimates.
methodObjSolver
predictor
Object of class methodObjPredict method to obtain predicted values.
methodObjPredict
: 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.
Objects should not be created directly. The utility function buildModelObj() should be used.
# NOT RUN { showClass("modelObj") # }
Run the code above in your browser using DataLab