| SimDataST {PASWR} | R Documentation |
Simulated data for five variables. Data are used with Example 12.21.
SimDataST
A data frame with 200 observations on the following 5 variables:
Y1Y2x1x2x3Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(SimDataST) plot(x1,Y1) detach(SimDataST)