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
CURVEFITcommand. - The second
CURVEFITcommand has noMODEL NAMEcommand before it, so it is assigned the name MOD_n, where n is the next unused integer in the sequence. - The third
CURVEFITcommand applies the model named CURVE1 to the series Y3. This model is named MOD_m, where m = n + 1.