The NLMOD Procedure
Syntax: NLMOD Procedure
The following statements are available in the NLMOD procedure:
PROC NLMOD <options>;
BOUNDS constraint <, constraint …>;
BY variables;
DISPLAY <table-list></ options>;
DISPLAYOUT table-spec-list</ options>;
ESTIMATE 'label' expression <options>;
ID variables;
MODEL dependent-variable ~ distribution;
PARAMETERS <parameter-specification> <,…, parameter-specification> </ options>;
PREDICT 'label' expression <options>;
RESTRICT restriction1 <, restriction2 …>;
The PROC NLMOD statement and exactly one MODEL statement are required.