add_fit_rl_fig | R Documentation |
Adds a plot of residual by leverage.
add_fit_rl_fig( fit, bookmark, title, styles, outliers = NULL, cook.levels = seq(0.1, 1, 0.1), ... )
fit |
A fit. |
bookmark |
Bookmark for the figure. |
title |
Title for the figure. |
styles |
A styles list to use. |
outliers |
A vector of labels for outlier points. |
cook.levels |
A vector of reference levels for Cook's distance. |
... |
Args to pass along to plot(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.