modelObjFit-class | R Documentation |
modelObjFit
A class for storing regression analysis results.
## S4 method for signature 'modelObjFit'
coef(object, ...)
## S4 method for signature 'modelObjFit'
plot(x, y, ...)
## S4 method for signature 'modelObjFit'
print(x)
## S4 method for signature 'modelObjFit'
residuals(object, ...)
## S4 method for signature 'modelObjFit'
show(object)
## S4 method for signature 'modelObjFit'
summary(object, ...)
object |
An object of class modelObjFit |
... |
passed to underlying method defined for regression value object. |
x |
An object of class modelObjFit |
y |
ignored |
coef(modelObjFit)
: Extract Model Coefficients
plot(modelObjFit)
: X-Y plotting
print(modelObjFit)
: Print regression results
residuals(modelObjFit)
: Extract residuals
show(modelObjFit)
: Show regression results
summary(modelObjFit)
: Show summary results
fitObj
Object returned by the regression analysis
modelObj
Object of class modelObj
.
: Extracts 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("modelObjFit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.