solveCoef {MatrixModels} | R Documentation |
Solve for the Coefficients or Coefficient Increment
Description
The squared length of the intermediate solution is attached as an attribute of the returned value.
Usage
solveCoef(predM, ...)
Arguments
predM |
prediction module, i.e. from class
|
... |
potentially further arguments used in methods; not used currently. |
Value
coefficient vector or increment of coef.~vector.
Methods
signature(predM = "dPredModule")
..
signature(predM = "sPredModule")
..
Examples
## TODO
[Package MatrixModels version 0.5-3 Index]