I have some questions about saturated models. In a nutshell, I have read that a saturated model has the following characteristics:
- One parameter for evey data point, so perfect fit ($\hat{y} =y$).
- None degrees of freedom, so none explanatory power of the model. By explaining eveything, ends up explaining nothing at all.
Please, could you explain the above points to me? I keep reading that 'a saturated model has a parameter for each observation which as a consequence results in a perfect fit', but it is not clear to me.
Furthermore, are the following examples of a saturated model?
- $Y_i \sim \text{Bernoulli}(\pi_i), i=1,2.$
- $Y_i \sim \text{Bernoulli}(\pi_i),\ \text{logit}(\pi_i) = \beta_0+\beta_1x_i,\ i=1,2.$
P.S. I have read here the answer for question 1, but I am not familiar with contingency table analysis.