In the previous blog, we have explained initial set of logistic regression output & statistics. Now , in this blog next set of logistic regression output & statistics are discussed. We have received great response from data scientist and analytics profressionals - 39 Facebook likes.
Analysis of Maximum Likelihood Estimates
Parameters in logistic regression are estimated using Maximum Likelihood Estimation (MLE) functions. The significance of individual exploratory variable parameters is assessed using Wald Chi Square test.
Parameter: Intercept and exploratory variables used in a logistic model, the weight of these are estimated using MLE
DF: Degree of Freedom. This is required for testing variable significance
Estimate: Estimates are beta coefficients for each exploratory variable. The logistic regression function models the log odds of the binary dependent variable. By default it estimates for the dependent variable value 0 but can be changed by using Descending option in PROC LOGISTIC.
Logistic Regression Model, parameters and independent variables.
Log [p / (1-p) ] = Intercept (B0) + B1*Gender + B2*GeogBks + B3 *ItalArt+B4*Recency
Standard Error: Estimated error of beta coefficient
Wald Chi-Square: Wald Chi-Square Statistics calculated as Estimate/Standard Error. It is used for finding significance of each of the exploratory variables.
Pr>ChiSq: For the calculated Wald Chi Square Statistics, two tailed P value of Chi Square distribution for the given degree of freedom (DF)is shown.
If P value is less than 0.05, it can be concluded that there is less than 5% evidence to support the hypothesis of Beta coefficient for a predictor is zero. In the below example, all the variables can be selected at 5% significance level.