examp: This is an example data set consisting of 300 observations.

Description Usage Format Examples

Description

The first 4 columns are the preditors and the last column is the response. All observations are iid N(0,1).

Usage

1
data("examp")

Format

A data frame with 300 observations on the following 5 variables.

X1

a numeric vector

X2

a numeric vector

X3

a numeric vector

X4

a numeric vector

y

a numeric vector

Examples

1
2
data(examp)
## maybe str(examp) ; plot(examp) ...

joemckean/rewtedhbr documentation built on May 31, 2019, 1:51 a.m.