SimDataST {PASWR}R Documentation

Simulated Data (Predictors)

Description

Simulated data for five variables. Data are used with Example 12.21.

Usage

SimDataST

Format

A data frame with 200 observations on the following 5 variables:

Y1
a numeric vector
Y2
a numeric vector
x1
a numeric vector
x2
a numeric vector
x3
a numeric vector

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

attach(SimDataST)
plot(x1,Y1)
detach(SimDataST)

[Package PASWR version 1.0 Index]