openintro (version 1.7.1)

exams: Exam scores

Description

Exam scores from a class of 19 students.

Usage

data("exams")

Arguments

Format

A data frame with 19 observations on the following variable.

scores

a numeric vector

Examples

Run this code
# NOT RUN {
data(exams)
hist(exams$scores)
# }

Run the code above in your browser using DataLab