Learn R Programming

PASWR (version 1.3)

SimDataST: Simulated Data (Predictors)

Description

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

Arguments

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

Examples

Run this code
# NOT RUN {
xyplot(Y1 ~ x1, data = SimDataST, type=c("p", "smooth"))

# }

Run the code above in your browser using DataLab