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!
Asked
Active
Viewed 127 times
1 Answers
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
-
2That 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