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 :
Accession | Individual | Quanti Var | Quali Var | Quali Var |
---|---|---|---|---|
1 | 1 | 326 | p | 0 |
2 | 1 | 451 | pr | 1 |
3 | 1 | 281 | pc | 1 |
3 | 2 | 422 | pc | 0 |
Quanti Var | Quali Var | Quali Var |
---|---|---|
326 | 1 | 1 |
451 | 2 | 2 |
281 | 3 | 2 |
422 | 3 | 1 |
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
< > ^