openintro (version 1.7.1)

corr.match: Sample data sets for correlation problems

Description

Simulated data.

Usage

data("corr.match")

Arguments

Format

A data frame with 121 observations on the following 9 variables.

x

a numeric vector

y1

a numeric vector

y2

a numeric vector

y3

a numeric vector

y4

a numeric vector

y5

a numeric vector

y6

a numeric vector

y7

a numeric vector

y8

a numeric vector

Examples

Run this code
# NOT RUN {
data(corr.match)
plot(corr.match$x, corr.match$y1)
cor(corr.match$x, corr.match$y1)
# }

Run the code above in your browser using DataCamp Workspace