Learn R Programming

blorr (version 0.1.0)

blr_plot_diag_leverage: Leverage diagnostics plot

Description

Diagnostic plots for leverage.

Usage

blr_plot_diag_leverage(model)

Arguments

model

An object of class glm.

Value

A panel of diagnostic plots for leverage.

References

Pregibon, D. (1981), <U+201C>Logistic Regression Diagnostics,<U+201D> Annals of Statistics, 9, 705<U+2013>724.

Fox, John (1991), Regression Diagnostics. Newbury Park, CA: Sage Publications.

Cook, R. D. and Weisberg, S. (1982), Residuals and Influence in Regression, New York: Chapman & Hall.

See Also

Other diagnostic plots: blr_plot_diag_fit, blr_plot_diag_influence

Examples

Run this code
# NOT RUN {
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))

blr_plot_diag_leverage(model)

# }

Run the code above in your browser using DataLab