The SURVEYLOGISTIC Procedure

Analysis of Maximum Likelihood Estimates

By default, PROC SURVEYLOGISTIC displays the following information in the Analysis of Maximum Likelihood Estimates table:

  • the degrees of freedom for Wald chi-square test

  • maximum likelihood estimate of the parameter

  • estimated standard error of the parameter estimate, computed as the square root of the corresponding diagonal element of the estimated covariance matrix

  • Wald chi-square statistic, computed by squaring the ratio of the parameter estimate divided by its standard error estimate

  • p-value of the Wald chi-square statistic with respect to a chi-square distribution with one degree of freedom

  • standardized estimate for the slope parameter, given by $ \hat{\beta }_ i/(s/s_ i)$, where $s_ i$ is the total sample standard deviation for the ith explanatory variable and

    \begin{eqnarray*}  s= \left\{  \begin{array}{ll} \pi /\sqrt {3} &  \mbox{logistic} \\ 1 &  \mbox{normal} \\ \pi /\sqrt {6} &  \mbox{extreme-value} \end{array} \right. \end{eqnarray*}

    You need to specify the STB option in the MODEL statement to obtain these estimates. Standardized estimates of the intercept parameters are set to missing.

  • value of (e$^{\hat{\beta }_ i})$ for each slope parameter $\beta _ i$ if you specify the EXPB option in the MODEL statement. For continuous variables, this is equivalent to the estimated odds ratio for a one-unit change.

  • label of the variable (if space permits) if you specify the PARMLABEL option in the MODEL statement. Due to constraints on the line size, the variable label might be suppressed in order to display the table in one panel. Use the SAS system option LINESIZE= to specify a larger line size to accommodate variable labels. A shorter line size can break the table into two panels, allowing labels to be displayed.