spss-modeler

How to do recursive calculation in SPSS Modeler


If I want to compute a value that relies on the previous one (Recursive functions) how can I do it in SPSS ? Example:

Q0 = 0 
Qn = Q(n-1) + Constant 

Solution

  • After many research I couldn't find any way to do recursive function with SPSS Modeler. The only work around is to use R Transform node within SPSS. HTH.