The document discusses three statistical tests used for logistic regression models:
1) The Wald test calculates a z-statistic for each model coefficient and uses it to test the statistical significance, but can be unreliable for small sample sizes.
2) The likelihood-ratio test compares the maximized likelihood of the full model to a simpler model, and is recommended for stepwise model building.
3) The Hosmer-Lemshow goodness-of-fit test groups subjects by predicted probability and compares observed to predicted outcomes, with a non-significant result indicating good model fit.