dplot3_fit | R Documentation |
A dplot3_xy
wrapper for plotting true vs. predicted values
dplot3_fit(x, y, fit = "gam", se.fit = TRUE, ...)
x |
Numeric, vector/data.frame/list: True values. If y is NULL and
|
y |
Numeric, vector/data.frame/list: Predicted values |
fit |
Character: rtemis model to calculate |
se.fit |
Logical: If TRUE, draw the standard error of the fit |
... |
Additional arguments passed to dplot3_xy |
EDG
## Not run:
x <- rnorm(500)
y <- x + rnorm(500)
dplot3_fit(x, y)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.