The SURVEYLOGISTIC Procedure |
ODS Table Names |
PROC SURVEYLOGISTIC 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 84.4. 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 3 tests of effects |
MODEL |
default |
VarianceEstimation |
Variance estimation |
PROC |
default |
By referring to the names of such tables, you can use the ODS OUTPUT statement to place one or more of these tables in output data sets.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.