MLM_cv | R Documentation |
Cross validation (fold-5) function for high dimension data.
MLM_cv(x = NULL, y = NULL, nit = 1, nc = 2, max_iter = 50)
x |
x variable. |
y |
y variable. |
nit |
Iteration number. |
nc |
The number of component. |
max_iter |
Maximum iteration. |
The correlation between y and y_hat based on five fold cross validation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.