loo | R Documentation |
The loo()
function can be viewed as an internal
function. It is called by estim.regul()
to obtain optimal values
for the two parameters of regularization.
loo(X, Y, lambda1, lambda2)
X |
numeric matrix (n * p), containing the X coordinates. |
Y |
numeric matrix (n * q), containing the Y coordinates. |
lambda1 |
parameter of regularization for X variables |
lambda2 |
parameter of regularization for Y variables |
Sébastien Déjean, Ignacio González
estim.regul
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.