View source: R/plotResiduals.R
plotResiduals | R Documentation |
Plot residuals description
plotResiduals(model)
model |
linear model |
does not return value
plotResiduals(lm(x ~ y, data = data.frame(x = runif(10), y = runif(10))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.