openintro (version 1.7.1)

association.7.12: Simulated data for association plots, set 3

Description

Simulated data set.

Usage

data("association.7.12")

Arguments

Format

A data frame with 141 observations on the following 7 variables.

x3

a numeric vector

y7

a numeric vector

y8

a numeric vector

y9

a numeric vector

y10

a numeric vector

y11

a numeric vector

y12

a numeric vector

Examples

Run this code
# NOT RUN {
data(association.7.12)
plot(association.7.12$x3, association.7.12$y7)
# }

Run the code above in your browser using DataCamp Workspace