SimDataXT {PASWR} | R Documentation |
Simulated data for four varaibles. Data are used with Example 12.18.
data(SimDataXT)
A data frame with 200 observations on the following 4 variables:
Y
x1
x2
x3
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(SimDataXT) plot(x1,Y) detach(SimDataXT)