concors {BMconcor} | R Documentation |
simultaneous concorgm
Description
concorgm with the set of r solutions simultaneously optimized
Usage
concors(x, px, y, py, r)
Arguments
x |
are the |
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 |
py |
The partition vector of y. A row vector containing the numbers |
r |
The number of wanted successive solutions rmax <= min(min(px),min(py),n) |
Details
This function uses the svdbips function
Value
A list
with following components:
u |
a |
v |
a |
cov2 |
a |
Author(s)
Lafosse, R.
References
Lafosse R. & Hanafi M.(1997) Concordance d'un tableau avec K tableaux: Definition de K+1 uples synthetiques. Revue de Statistique Appliquee vol.45,n.4.
Examples
x <- matrix(runif(50),10,5);y <- matrix(runif(90),10,9)
x <- scale(x);y <- scale(y)
cs <- concors(x,c(2,3),y,c(3,2,4),2)
cs$cov2[1,1,]