C2beta {JICO} | R Documentation |
Compute the coefficients from the continuum regression (CR) algorithm
Description
This function converts the CR algorithm outputs to the regression coefficients
Usage
C2beta(X, Y, C, lambda)
Arguments
X |
The input feature matrix |
Y |
The input response vector |
C |
The weight matrix computed from CR algorithm |
lambda |
Deprecated. Regularization parameter if L2 penalization is used for CR. JICO uses zero as default. |
Value
A list of regression coefficients to perform the prediction task.
[Package JICO version 0.0 Index]