openintro (version 2.0.0)

exclusive_relationship: Number of Exclusive Relationships

Description

A survey conducted on a reasonably random sample of 203 undergraduates asked, among many other questions, about the number of exclusive relationships these students have been in.

Usage

exclusive_relationship

Arguments

Format

A data frame with 218 observations on the following variable.

Examples

Run this code
# NOT RUN {
summary(exclusive_relationship$num)
table(exclusive_relationship$num)
hist(exclusive_relationship$num)

# }

Run the code above in your browser using DataLab