exclusive_relationshipR Documentation

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

Format

A data frame with 218 observations on the following variable.

num

Number of exclusive relationships.

Examples


summary(exclusive_relationship$num)
table(exclusive_relationship$num)
hist(exclusive_relationship$num)