Go back to the English version of the documentationSet Globals node
Set Globals node (SPSS Modeler)
Last updated: 05 февр. 2025 г.
The Set Globals node scans the data and computes summary values that can be used in CLEM expressions.
For example, you can use a Set Globals node to compute statistics for a field called
age
and then use the overall mean of age
in CLEM expressions by
inserting the function @GLOBAL_MEAN(age)
.