Popdep matrix

Popdep is for "population de départ" which means in french: "start population".

This matrix contains:

Popdep matrix can also manage individuals. It has the same dimensions as the start table ones.

Example :

Data table
AccessionIndividualQuanti VarQuali VarQuali Var
11326p0
21451pr1
31281pc1
32422pc0
popdep matrix
Quanti VarQuali VarQuali Var
32611
45122
28132
42231

To split the X quantitative variable into 6 classes, we have to do this:

[max(X)-min(X)]/6 = [451-281]/6 = 28.33

So, The individual will be represented in th class n°2 because:

sup round ([326 - 281]/28.33) = sup round (1.58) = 2

Now, we can build up the Axij matrix


Note: you can get this matrix by selecting it in the debug choices of the Option menu

< > ^