Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

residuals.brmultinom

Residuals for multinomial logistic regression and adjacent category logit models


Description

Residuals for multinomial logistic regression and adjacent category logit models

Usage

## 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"), ...)

Arguments

object

the object coming out of bracl and brmultinom.

type

the type of residuals which should be returned. The options are: "pearson" (default), "response", "deviance", "working". See Details.

...

Currently not used.

Details

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.

See Also

brmultinom bracl


brglm2

Bias Reduction in Generalized Linear Models

v0.7.1
GPL-3
Authors
Ioannis Kosmidis [aut, cre] (<https://orcid.org/0000-0003-1556-0302>), Kjell Konis [ctb], Euloge Clovis Kenne Pagui [ctb], Nicola Sartori [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.