crossTab - How can I perform a two-way tabulation?

Réponse

To perform a two-way tabulation, you must specify both the 'row' parameter for the row variable and the 'col' parameter for the column variable.
Did this answer help you?