Study {BSDA}R Documentation

Number of hours studied per week by a sample of 50 freshmen

Description

Data for Exercise 5.25

Usage

Study

Format

A data frame with 50 observations on the following variable.

hours
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Study)
attach(Study)
stem(hours)
EDA(hours)
detach(Study)

[Package BSDA version 0.1 Index]