• Previous Page
  • |
  • Next Page
ID Statement
Previous Page | Next Page

The NLIN Procedure

  • Overview
  • Getting Started Getting Started
    Nonlinear or Linear Model Notation for Nonlinear Regression Models Estimating the Parameters in the Nonlinear Model
  • Syntax Procedure Syntax
    PROC NLIN Statement BOUNDS Statement BY Statement CONTROL Statement DER Statements ID Statement MODEL Statement OUTPUT Statement PARAMETERS Statement RETAIN Statement Other Programming Statements
  • Details Procedure Details
    Automatic Derivatives Measures of Nonlinearity and Diagnostics Missing Values Special Variables Troubleshooting Computational Methods Output Data Sets Confidence Intervals Covariance Matrix of Parameter Estimates Convergence Measures Displayed Output Incompatibilities with SAS 6.11 and Earlier Versions of PROC NLIN ODS Table Names ODS Graphics
  • Examples Procedure Examples
    Segmented Model Iteratively Reweighted Least Squares Probit Model with Likelihood Function Affecting Curvature through Parameterization Comparing Nonlinear Trends among Groups ODS Graphics and Diagnostics
  • References
 
ID Statement

ID variables ;

The ID statement specifies additional variables to place in the output data set created by the OUTPUT statement. Any variable on the left side of any assignment statement is eligible. Also, the special variables created by the procedure can be specified. Variables in the input data set do not need to be specified in the ID statement since they are automatically included in the output data set.

Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page