Learn R Programming

BSDA (version 1.01)

Pearson: Karl Pearson's data on heights of brothers and sisters

Description

Data for Exercise 2.20

Usage

Pearson

Arguments

Format

A data frame with 11 observations on the following 2 variables.

brother

a numeric vector

sister

a numeric vector

Examples

Run this code
# NOT RUN {
str(Pearson)
attach(Pearson)
plot(brother,sister)
cor(brother,sister)
detach(Pearson)
# }

Run the code above in your browser using DataLab