Learn R Programming

PASWR (version 1.3)

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.

Arguments

Format

A data frame with 34 observations on the following 3 variables:

temperature

temperature in farenheit

gender

a factor with levels Female and Male

class

a factor with levels 8 a.m. and 9 a.m.

Examples

Run this code
# NOT RUN {
bwplot(gender ~ temperature, data = StatTemps)

# }

Run the code above in your browser using DataLab