The NLMIXED Procedure

ODS Table Names

PROC NLMIXED assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 5. For more information about ODS, see ChapterĀ 23, Using the Output Delivery System.

Table 5: ODS Tables Produced by PROC NLMIXED

ODS Table Name Description Statement or Option
AdditionalEstimates Results from ESTIMATE statements ESTIMATE
Contrasts Results from CONTRAST statements CONTRAST
ConvergenceStatus Convergence status default
CorrMatAddEst Correlation matrix of additional estimates ECORR
CorrMatParmEst Correlation matrix of parameter estimates CORR
CovMatAddEst Covariance matrix of additional estimates ECOV
CovMatParmEst Covariance matrix of parameter estimates COV
DerAddEst Derivatives of additional estimates EDER
Dimensions Dimensions of the problem default
FitStatistics Fit statistics default
Hessian Second derivative matrix HESS
IterHistory Iteration history default
Parameters Initial parameters default
ParameterEstimates Parameter estimates default
Specifications Model specifications default
StartingHessian Starting Hessian matrix START HESS
StartingValues Starting values and gradient START


Last updated: December 09, 2022