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 20, Using the Output Delivery System.
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 |
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 3 tests |
MODEL |
default |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.