How can I handle missing values in the tabulation?

1 vues

Réponse

You can include missing values in the crosstabulation by setting the 'includeMissing' parameter to True. By default, it is False.
Did this answer help you?
crossTab

simple

See technical action