ODS Table Names |
The SSM procedure 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 27.9.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
Tables That Summarize the Model Information |
|||
ModelSummary |
Summary information about the underlying state space model |
Default |
|
IdInformation |
Summary information about the ID variable |
ID |
Default |
ResponseInfo |
Summary information about the response variables |
MODEL |
Default |
Tables Related to Model Parameters and the Likelihood |
|||
ConvergenceStatus |
Convergence status of the estimation process |
Default |
|
RegressionEstimates |
Estimates of the regression parameters |
Default |
|
FixedStateEstimates |
Estimates of the time-invariant deterministic state elements |
Default |
|
ParameterEstimates |
Estimates of the parameters specified by the PARMS statement |
PARMS |
Default |
ParameterEstimates1 |
Estimates of the unknown elements in the model system matrices |
Default |
|
ErrorCov |
Covariance estimate after multiplying the Cholesky roots |
Default |
|
FitSummary |
Summary of the likelihood-based-fit-statistics |
Default |
Note: This procedure is experimental.