openintro (version 1.7.1)

res.demo.2: Simulated data for regression

Description

Simulated data for regression.

Usage

data("res.demo.2")

Arguments

Format

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

x

a numeric vector

yFan

a numeric vector

yLog

a numeric vector

Examples

Run this code
# NOT RUN {
data(res.demo.2)
## maybe str(res.demo.2) ; plot(res.demo.2) ...
# }

Run the code above in your browser using DataLab