| modelObj | R Documentation |
modelObjA class for model objects.
Objects should not be created directly. The utility function buildModelObj() should be used.
modelObject of class formula
solverObject of class methodObjSolver method to obtain
parameter estimates.
predictorObject 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.