creates a y-values vs residuals plot, with one sub-plot per column in a residuals matrix. Sub-plots are organized in two columns.
1 | res_plotter_double(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 title(), useful for adding main="my plot" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.