plot_resids | R Documentation |
Add line segment representation of residuals using base graphics
plot_resids(x, y_observed, y_expected, lwd = 2, lty = 1, col = "red")
x |
x-values |
y_observed |
the observed y values |
y_expected |
the expected (model-based) y values |
lwd |
how wide should the residual lines be? |
lty |
What type of line should they be? |
col |
what color should they be? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.