| Rpdata | R Documentation |
This example with aritifical data is designed to demonstrate the importance of plotting residuals.
data(Rpdata)
A data frame with 990 observations on the following 7 variables.
ya numeric vector
x1a numeric vector
x2a numeric vector
x3a numeric vector
x4a numeric vector
x5a numeric vector
x6a numeric vector
Data generated using programs from Leonard Stafanski.
Stefanski, L. A. (2007). Residual (sur)Realism. The American Statistician, 61, 163-177.
data(Rpdata)
## Not run:
require(car)
residualPlot(lm(Rpdata))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.