Regression of subsets Yj by subsets Xi for comparing all the explanatory-explained pairs (Xi,Yj). SUCCESSIVE SOLUTIONS
concorgmreg(x, px, y, py, r)
Arguments
x: are the n times p and n times q matrices of p and q centered column
px: A row vector which contains the numbers pi, i = 1,...,kx, of the kx subsets xi of x : sum(pi)=sum(px)=p. px is the partition vector of x
y: See x
py: The partition vector of y. A row vector containing the numbers qi for i = 1,...,ky of the ky subsets yi of y : sum(qi)=sum(py)=q.
r: The number of wanted successive solutions
Returns
A list with following components: - cx: a n times rmatrix of the r explanatory components
v: is a qxr matrix of ky row blocks vi (qixr) of axes in Rqi relative to yi; vi′∗vi=\mboxId
varexp: is a kx x ky x r array; for a fixed solution k, the matrix varexp[,,k] contains kxky explained variances obtained by a simultaneous regression of all the yj by all the xi, so the values \mboxrho2(cx[n∗(i−1)+1:n∗i,k],yj∗vj[,k])var(yj∗vj[,k])
Details
For the first solution, c("sumisumjmboxrho2(cxi[,1],yj∗vj[,1])\n", "mboxvar(yj∗vj[,1])") is the optimized criterion. The second solution is calculated from the same criterion, but with yj−yj∗vj[,1]∗vj[,1]′
instead of the matrices yj and with orthogonalities for having two by two zero correlated the explanatory components defined for each matrix xi. And so on for the other solutions. One solution k associates kx explanatory components (in cx[,k]) to ky explained components. When kx =1 (px = p), take concoreg function This function uses the concorgm function