Example (MODEL NAME command)
MODEL NAME CURVE1 'First CURVEFIT model'.
CURVEFIT Y1.
CURVEFIT Y2.
CURVEFIT Y3
/APPLY 'CURVE1'.
- In this example, the model name CURVE1 and the label First CURVEFIT model are assigned to the first CURVEFIT command.
- The second CURVEFIT command has no MODEL NAME command before it, so it is assigned the name MOD_n, where n is the next unused integer in the sequence.
- The third CURVEFIT command applies the model named CURVE1 to the series Y3. This model is named MOD_m, where m = n + 1.