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 about ODS, see ChapterĀ 23, Using the Output Delivery System.

Table 41: ODS Tables Produced by PROC PROBIT

ODS Table Name Description Statement Option
ClassLevels Classification variable levels CLASS Default
ConvergenceStatus Convergence status MODEL Default
CorrB Parameter estimate correlation matrix MODEL CORRB
CovB Parameter estimate covariance matrix MODEL COVB
CovTolerance Covariance matrix for location and scale MODEL Default
GoodnessOfFit Goodness-of-fit tests MODEL LACKFIT
Heterogeneity Heterogeneity correction MODEL LACKFIT
IterHistory Iteration history MODEL ITPRINT
LagrangeStatistics Lagrange statistics MODEL NOINT
LastGrad Last evaluation of the gradient MODEL ITPRINT
LastHess Last evaluation of the Hessian MODEL ITPRINT
LogProbitAnalysis Probit analysis for log dose MODEL INVERSECL
ModelInfo Model information MODEL Default
MuSigma Location and scale MODEL Default
NObs Observations summary PROC PROBIT Default
ParameterEstimates Parameter estimates MODEL Default
ParmInfo Parameter indices MODEL Default
ProbitAnalysis Probit analysis for linear dose MODEL INVERSECL
ResponseLevels Response-covariate profile MODEL LACKFIT
ResponseProfiles Counts for ordinal data MODEL Default
Type3Analysis Type III tests MODEL Default


Last updated: December 09, 2022