Solved – Pearson residuals formula in a multinomial logit model

generalized linear modelmultinomial-distributionresiduals

Could someone tell me what's the formula for the Pearson residuals in a multinomial logit model?

I tried to look for it but I haven't found anything.

Best Answer

You can treat it like a log-linear model: for response categories $i$ and covariate patterns $j$, the Pearson residual is given by $$\newcommand{\var}{\mathop{\mathrm{Var}}} r_{ij} = \frac{y_{ij} - \hat{\mu}_{ij}}{\sqrt{\widehat{\var Y_{ij}}}} =\frac{y_{ij} - \hat{\mu}_{ij}}{\sqrt{\hat{\mu}_{ij}}}$$, where $y_{ij}$ is the observed count and $\hat{\mu}_{ij}$ the expected count according to your fitted model.