• Previous Page
  • |
  • Next Page
CONTROL 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
 
CONTROL Statement

CONTROL variable <=values> <...variable <=values>> ;

The CONTROL statement declares control variables and specifies their values. A control variable is like a retained variable (see the section RETAIN Statement) except that it is retained across iterations, and the derivative of the model with respect to a control variable is always zero.

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