ODS Table Names |
PROC SURVEYLOGISTIC assigns a name to each table it creates; these names are listed in Table 87.8. You can use these names to refer the table when using the Output Delivery System (ODS) to select tables and create output data sets. The EFFECT, ESTIMATE, LSMEANS, LSMESTIMATE, and SLICE statements also create tables, which are not listed in Table 87.8. For information about these tables, see the corresponding sections of Chapter 19, Shared Concepts and Topics.
For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
Association |
Association of predicted probabilities and observed responses |
MODEL |
Default |
ClassLevelInfo |
Class variable levels and design variables |
MODEL |
Default (with CLASS vars) |
CLOddsWald |
Wald’s confidence limits for odds ratios |
MODEL |
CLODDS |
CLparmWald |
Wald’s confidence limits for |
MODEL |
CLPARM |
ContrastCoeff |
L matrix from CONTRAST |
CONTRAST |
E |
ContrastEstimate |
Estimates from CONTRAST |
CONTRAST |
ESTIMATE= |
ContrastTest |
Wald test for CONTRAST |
CONTRAST |
Default |
ConvergenceStatus |
Convergence status |
MODEL |
Default |
CorrB |
Estimated correlation matrix |
MODEL |
CORRB |
CovB |
Estimated covariance matrix |
MODEL |
COVB |
CumulativeModelTest |
Test of the cumulative model |
MODEL |
(Ordinal response) |
DomainSummary |
Domain summary |
DOMAIN |
Default |
FitStatistics |
Model fit statistics |
MODEL |
Default |
GlobalTests |
Test for global null |
MODEL |
Default |
HadamardMatrix |
Hadamard matrix |
PROC |
PRINTH |
IterHistory |
Iteration history |
MODEL |
ITPRINT |
LastGradient |
Last evaluation of gradient |
MODEL |
ITPRINT |
Linear |
Linear combination |
PROC |
Default |
LogLikeChange |
Final change in the log |
MODEL |
ITPRINT |
ModelInfo |
Model information |
PROC |
Default |
NObs |
Number of observations |
PROC |
Default |
OddsEst |
Adjusted odds ratios |
UNITS |
Default |
OddsRatios |
Odds ratios |
MODEL |
Default |
ParameterEstimates |
Maximum likelihood |
MODEL |
Default |
RSquare |
R-square |
MODEL |
RSQUARE |
ResponseProfile |
Response profile |
PROC |
Default |
StrataInfo |
Stratum information |
STRATA |
LIST |
TestPrint1 |
and |
TEST |
|
TestPrint2 |
and |
TEST |
|
TestStmts |
Linear hypotheses testing |
TEST |
Default |
Type3 |
Type III tests of effects |
MODEL |
Default |
VarianceEstimation |
Variance estimation |
PROC |
Default |