Learn R Programming

JICO (version 0.1)

C2beta: 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)

Value

A list of regression coefficients to perform the prediction task.

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.