50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

BinaryEPPM (version 2.3)

residuals.BinaryEPPM: Residuals for BinaryEPPM Objects

Description

This function is generic. Extract various types of residuals from objects of class "BinaryEPPM".

Usage

# S3 method for BinaryEPPM
residuals(object, type = c("spearson", "deviance", "pearson",
        "response", "likelihood", "sdeviance"), …)

Arguments

object

Fitted model object of class "BinaryEPPM".

type

Type of residuals wanted i.e., standardized Pearson "spearson", deviance "deviance", Pearson "pearson",response "response", likelihood "likelihood", standardized deviance "sdeviance".

some methods for this geneic function require additional arguments.

Details

Residuals as Cribari-Neto and Zeileis (2010).

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. 10.18637/jss.v034.i02.

See Also

residuals.betareg