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

blr_plot_diag_leverage

Leverage diagnostics plot


Description

Diagnostic plots for leverage.

Usage

blr_plot_diag_leverage(model, print_plot = TRUE)

Arguments

model

An object of class glm.

print_plot

logical; if TRUE, prints the plot else returns a plot object.

Value

A panel of diagnostic plots for leverage.

References

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

model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))

blr_plot_diag_leverage(model)

blorr

Tools for Developing Binary Logistic Regression Models

v0.3.0
MIT + file LICENSE
Authors
Aravind Hebbali [aut, cre] (<https://orcid.org/0000-0001-9220-9669>)
Initial release

We don't support your browser anymore

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