Test1: Grades on the first test in a statistics class

Test1R Documentation

Grades on the first test in a statistics class

Description

Data for Exercise 5.80

Usage

Test1

Format

A data frame/tibble with 25 observations on one variable

score

score on first statistics exam

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


stem(Test1$score)
boxplot(Test1$score, col = "purple")


BSDA documentation built on Sept. 19, 2023, 1:08 a.m.

Related to Test1 in BSDA...