Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MODEL Procedure

PARAMETERS Statement

PARAMETERS variable [value] [variable [value]] ... ;
The PARAMETERS statement declares the parameters of a model and optionally sets their values. Valid abbreviations are PARMS and PARM.

Each parameter has a single value associated with it, which is the same for all observations. Lagging is not relevant for parameters. If a value is not specified in the PARMS statement (or by the PARMS= option of a FIT statement), the value defaults to 0.0001 for FIT tasks and to a missing value for SOLVE tasks.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.