process.Z {SGPR} | R Documentation |
A function that checks the design matrix Z for possible errors and scales it.
process.Z(Z)
Z |
The design matrix of the variables to be included in the model without penalization. |
A list containing:
The standardized design matrix Z.
The variable names of the matrix.
The center of the variables before the transformation.
The scale of the variables before the transformation.