openintro (version 1.7.1)

res.demo.1: Simulated data for regression

Description

Simulated data for regression.

Usage

data("res.demo.1")

Arguments

Format

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

x

a numeric vector

yLin

a numeric vector

yFanBack

a numeric vector

Examples

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

Run the code above in your browser using DataLab