3

When I aggregate in SPSS how can I add variables from the 'old file' to the new aggregated file without changing these variables? Thanks for every tip!

Nora K.
  • 33
  • 2

1 Answers1

3

You could add them to the BREAK subcommand, provided they are at the same aggregate level as your initial intended aggregate variables.

Jignesh Sutar
  • 2,909
  • 10
  • 13
  • 2
    That is one way. Depending on what you need, another could be in the aggregate commands themselves, like `FIRST` or `MIN` and then assign them the same name. – Andy W Jun 13 '16 at 11:38