How can I specify which variables to aggregate and which statistics to compute?

4 vues

Réponse

You can use the 'varSpecs' parameter. It is a list of specifications where each element defines an aggregation. For each specification, you can set the variable name with the 'name' subparameter and the aggregation method with the 'agg' subparameter (e.g., 'SUMMARY', 'N', 'MEAN', 'MAXIMUM').
Did this answer help you?
aggregate

aggregation

See technical action