Learn R Programming

MSMU (version 0.1.2)

mount_dorms: Mount St.Mary's dorm data

Description

Dataset summarizing the distribution of male and female students across various dormitories at Mount College, categorized by academic year.

Usage

mount_dorms

Arguments

Format

A data frame with 4 rows and 11 columns:

year

Students year (character)

m_Pangborn

Males living in Pangborn (integer)

m_Sheridan

Males living in Sheridan (integer)

m_Terrace

Males living in Terrace (integer)

m_Powell

Males living in Powell (integer)

m_Towers

Males living in the Towers (integer)

f_Pangborn

Females living in Pangborn (integer)

f_Sheridan

Females living in Sheridan (integer)

f_Terrace

Females living in Terrace (integer)

f_Powell

Females living in Powell (integer)

f_Towers

Females living in the Towers (integer)