coef.MinMax {iRegression} | R Documentation |
Extract Coefficients for the MinMax Method
Description
Returns the coefficients from an object class MinMax
.
Usage
## S3 method for class 'MinMax'
coef(object, ...)
Arguments
object |
an object class |
... |
other arguments. |
Value
Coefficients extracted from an object class MinMax
.
See Also
[Package iRegression version 1.2.1 Index]