residuals.brmultinom | R Documentation |
Residuals for multinomial logistic regression and adjacent category logit models
## S3 method for class 'brmultinom'
residuals(object, type = c("pearson", "response", "deviance", "working"), ...)
## S3 method for class 'bracl'
residuals(object, type = c("pearson", "response", "deviance", "working"), ...)
object |
the object coming out of |
type |
the type of residuals which should be returned. The
options are: |
... |
Currently not used. |
The residuals computed are the residuals from the equivalent
Poisson log-linear model fit, organized in a form that matches the
output of fitted(object, type = "probs")
. As a result, the output
is residuals defined in terms of the object and expected
multinomial counts.
brmultinom bracl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.