Working with numbers
Last updated: Feb 11, 2025
Numerous standard operations on numeric values are available in SPSS Modeler.
- Calculating the sine of the specified angle—
sin(NUM)
- Calculating the natural log of numeric fields—
log(NUM)
- Calculating the sum of two numbers—
+NUM1
NUM2
See Numeric functions for more information.
Was the topic helpful?
0/1000