Previous Page | Next Page

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.

Table 84.4 ODS Tables Produced by PROC SURVEYLOGISTIC

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
parameters

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
of parameter estimators

MODEL

CORRB

CovB

Estimated covariance matrix
of parameter estimators

MODEL

COVB

CumulativeModelTest

Test of the cumulative model
assumption

MODEL

(ordinal response)

DomainSummary

Domain summary

DOMAIN

default

FitStatistics

Model fit statistics

MODEL

default

GlobalTests

Test for global null
hypothesis

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
likelihood

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
estimates of model
parameters

MODEL

default

RSquare

R-square

MODEL

RSQUARE

ResponseProfile

Response profile

PROC

default

StrataInfo

Stratum information

STRATA

LIST

TestPrint1

and

TEST

PRINT

TestPrint2

and

TEST

PRINT

TestStmts

Linear hypotheses testing
results

TEST

default

Type3

Type 3 tests of effects

MODEL

default
(with CLASS variables)

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.

Previous Page | Next Page | Top of Page