I have a matrix [n individuals X 3 variables]. My 3 variables are proportions (summing up to 1 for each individual). I want to compute a distance matrix (between all pairs of individuals) using euclidean distance. But for two variables, I would like to give twice as many weight than to the third. I thought to transform my variables as follow V1'=2*V1, V2'=2*V2, V3'=1*V1 , and then compute the matrix distance. Does it make sense? Thanks in advance

NB: Subsequent analysis will consist in permutationnal MANOVA

More Pierre Thiriet's questions See All
Similar questions and discussions