openintro (version 1.7.1)

assortive.mating: Eye color of couples

Description

Colors of the eye colors of male and female partners.

Usage

data("assortive.mating")

Arguments

Format

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

self_male

a factor with levels blue brown green

partner_female

a factor with levels blue brown green

Examples

Run this code
# NOT RUN {
data(assortive.mating)
table(assortive.mating)
# }

Run the code above in your browser using DataCamp Workspace