major_survey: Survey of Duke students and the area of their major

Description Usage Format Examples

Description

Survey of 218 students, collecting information on their GPAs and their academic major.

Usage

1

Format

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

gpa

Grade point average (GPA).

major

Area of academic major.

Examples

1
2
3
4
library(ggplot2)

ggplot(major_survey, aes(x = major, y = gpa)) +
  geom_boxplot()

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.