creates a y-values vs residuals plot, with reach column of res filling one sub-plot
1 | res_plotter(res, y, xlab = "y-values", ylab = "residuals", ...)
|
res |
a matrix of residuals |
y |
the response vector |
xlab |
label for x-axis, defaults to "y-values" |
ylab |
label for y-axis, defaults to "residuals" |
... |
additional graphical parameters for use in title() function, such as main="Title of Plot" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.