powered by
Diagnostic plots for leverage.
blr_plot_diag_leverage(model, print_plot = TRUE)
An object of class glm.
glm
logical; if TRUE, prints the plot else returns a plot object.
TRUE
A panel of diagnostic plots for leverage.
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.
Other diagnostic plots: blr_plot_diag_fit(), blr_plot_diag_influence()
blr_plot_diag_fit()
blr_plot_diag_influence()
# 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