4.7 Other distibutions
The code above was using a Linear Mixed Effects Modelling. The outcome was a numeric object. We also used it in the case of Generalised Linear Models with a Binomial distribution and a Cumulative function. In some cases (as we have seen above), we may have:
- Count data (poisson),
- Multi-category outcome (multinomial)
The code below gives you an idea of how to specify these models