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
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.