In R I want to do some regression on multivariate response on all predictors, for univariate response, I know the formula is like
y~.,
this is to use all predictors to regress y, what if now I face 100 response, I can not
type 100 yi like
y1+y2+y3...+y4~x
,
so how to use all predictors to regress multivariate response?