gof_identity | R Documentation |
Identity plots have symmetric x- and y-axes, a reference line at y=x
, and
a fixed aspect ration. Typical examples are DV vs. PRED and DV vs. IPRED.
gof_identity(
data,
x,
y,
labels = gof_labels(),
baseplot = gof_baseplot,
log_xy = F,
...
)
data |
A |
x, y |
Numeric vectors, evaulated within |
labels |
A named |
baseplot |
A function that returns a |
log_xy |
If |
... |
Additional arguments, passed to |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.