|
Chapter Contents |
Previous |
Next |
| The NLIN Procedure |
The following model is solved using Newton's method. Analytical first- and second-order derivatives are automatically computed.
proc nlin data=Enzyme method=newton list;
parms x1=4 x2=2 ;
model Velocity = x1 * exp (x2 * Concentration);
run;
Output 41. 0.1: Model and Derivative Code Output |
| ||||||||||||||||||||||||||||||||||||||||||||||
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.