credits: College credits.

Description Usage Format Source Examples

Description

A simulated data set of number of credits taken by college students each semester.

Usage

1

Format

A data frame with 100 observations on the following variable.

credits

Number of credits.

Source

Simulated data.

Examples

1
2
3
4
library(ggplot2)

ggplot(credits, aes(x = credits)) +
  geom_histogram(binwidth = 1)

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