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:
Y1
Y2
x1
x2
x3
Ugarte, 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)