crossTab - What does the 'aggregator' parameter control?

Réponse

The 'aggregator' parameter specifies the type of statistic to compute when a 'weight' variable is used. Options include "SUM", "MEAN", "N" (number of observations), "STD" (standard deviation), and many others.
Did this answer help you?