modelddsPLSCpp_Rcpp | R Documentation |
Build a ddsPLS model once the bootstrap operations has allowed to find a correct lambda.
modelddsPLSCpp_Rcpp(U, V, X, Y, lambdas, R, n, p, q, lambda0)
U |
The weights for X part. |
V |
The weights for Y part. |
X |
The matrix of X part. |
Y |
The matrix of X part. |
lambdas |
The to be tested values for lambda. |
R |
The number of components to build. |
n |
The number of observations. |
p |
The number of variables of X part. |
q |
The number of variables of Y part. |
lambda0 |
The vector of regulation parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.