In binary regression the interpretation of psudoR2 and also B coefficients are different because you are regressing 0 1 values and not real value of dependent variable. then you can not set a range for PsudoR2 like OLS. then the higher sums are welcomed and favorable. The B coefficient shows the likelihood or probability or odds of change in dependent variable versus independent variables. only you can interpret this. If you want to calculate the exact change, then you have to calculate marginal effects for each coefficient.
In binary regression the interpretation of psudoR2 and also B coefficients are different because you are regressing 0 1 values and not real value of dependent variable. then you can not set a range for PsudoR2 like OLS. then the higher sums are welcomed and favorable. The B coefficient shows the likelihood or probability or odds of change in dependent variable versus independent variables. only you can interpret this. If you want to calculate the exact change, then you have to calculate marginal effects for each coefficient.
Say that there are two possible events, 1 and 0. You have estimated a logit, i.e.
Pr(1) = exp(Xb)/(1 + exp(Xb)). For simplicity say that we have just one explanatory variable X, so that b is a scalar. b gives you the marginal effect of X on the log-odd ratio, i.e.
ln(Pr(1)/Pr(0) = Xb.
The pseudo R2 can be interpreted as a measure of how well your model fits the data.
Beta expresses the relative importance of each independent variable in standardized terms. R squared value indicates the proportion of the variance in the dependent variable that is predictable from the independent variables. It is a statistical measure of how close the data is to the fitted regression line. When R squared value increases, standard error of the estimate decreases.