Learn R Programming

MPV (version 1.64)

p5.4: Data Set for Problem 5-4

Description

The p5.4 data frame has 8 observations on 2 variables.

Usage

data(p5.4)

Arguments

Format

This data frame contains the following columns:

x

a numeric vector

y

a numeric vector

Examples

Run this code
data(p5.4)
plot(y ~ x, data=p5.4)

Run the code above in your browser using DataLab