Learn R Programming

PASWR (version 1.0)

StatTemps: Student Temperature

Description

In a study conducted at Appalachian State University, students used digital oral thermometers to record their temperatures each day they came to class. A randomly selected day of student temperatures is provided in StatTemps. Information is also provided with regard to subject gender and the hour of the day when the students' temperatures were measured.

Usage

StatTemps

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(StatTemps)
boxplot(split(temperature,gender))
detach(StatTemps)

Run the code above in your browser using DataLab