I want to test the goodness of fit of a logistic regression model (I am using R). I run a Wald Chi-square test and got the test statistic and its p-value. I am confused on how to judge the results of the Wald Chi-square test.
1. If the p-value is 0.37 (which is way higher than 0.05) does this mean that there is a significance difference between the intercept-only model and my model? And does this also mean that my model is of a good fit?
2. Does the Wald Chi-square value itself represent an indicator of anything regarding the goodness of fit of the model? In this sense is a high value better than a lower one?
Thank you