Working with numbers
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.