How to make Cross Validation K FOLD for multi Y and multi X

Hello, I have question about CV of KFold with multiple variables Y
I wanted to make a Cross validation with KFold for a matrix of Y~matrix of X

model_KFOLD <- (Y1+Y2+Y3+Y4~X1+X2+X3+X4+X5, data="name of data", scale=false, validation="CV")

the purpose of the K-Fold Cross Validation, is for Canonical Correlation Analysis, Redundancy Analysis, InterBatterry Factor Analysis

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.