Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PROBIT Procedure

ODS Table Names

PROC PROBIT 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 the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 54.1: ODS Tables Produced in PROC PROBIT
ODS Table Name Description Statement Option
ClassLevelsClass variable levelsCLASSdefault
ConvergenceStatusConvergence statusMODELdefault
CorrBParameter estimate correlation matrixMODELCORRB
CovBParameter estimate covariance matrixMODELCOVB
CovToleranceCovariance matrix for location and scaleMODEL *default
GoodnessOfFitGoodness of fit testsMODELLACKFIT
IterHistoryIteration historyMODELITPRINT
LagrangeStatisticsLagrange statisticsMODELNOINT
LastGradLast evaluation of the gradientMODELITPRINT
LastHessLast evaluation of the HessianMODELITPRINT
LogProbitAnalysisProbit analysis for log doseMODELINVERSECL
ModelInfoModel informationMODELdefault
MuSigmaLocation and scaleMODEL *default
OrdinalRespCounts for ordinal dataMODEL *default
ParameterEstimatesParameter estimatesMODELdefault
ProbitAnalysisProbit analysis for linear doseMODELINVERSECL
ResponseLevelsResponse-covariate profileMODELLACKFIT

*Depends on data.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.