cv_lambda_checker {OmicsPLS} | R Documentation |
Check if sparsity parameters satisfy input conditions in cross-validation functions
Description
Check if sparsity parameters satisfy input conditions in cross-validation functions
Usage
cv_lambda_checker(x, y, keepx_seq = NULL, keepy_seq = NULL)
Arguments
x |
Should be numeric matrix. |
y |
Should be numeric matrix. |
keepx_seq |
Input of |
keepy_seq |
Input of |
Details
This function throws an error if sparsity parameters are not valid.
[Package OmicsPLS version 2.1.0 Index]