hello everyone,
I would need to classify subjects by crossing two existing categories.
I have two variabiles with 4 categories each, giving rise to a 4x4= 16 categories classification.
|var01|var02|NEW|
| A | A | 1
| A | B | 2
| A | C | 3
| A | D | 4
| B | A | 5
| B | B | 6
(...)
| D | D | 16
What should I do in order to automatically classify subjects according to these two variables?
Example:
ss|var01|var02|
01| A | C |=> RESULT: 3
thanks for the help!
Mabras
I would need to classify subjects by crossing two existing categories.
I have two variabiles with 4 categories each, giving rise to a 4x4= 16 categories classification.
|var01|var02|NEW|
| A | A | 1
| A | B | 2
| A | C | 3
| A | D | 4
| B | A | 5
| B | B | 6
(...)
| D | D | 16
What should I do in order to automatically classify subjects according to these two variables?
Example:
ss|var01|var02|
01| A | C |=> RESULT: 3
thanks for the help!
Mabras