Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 5.25

Usage

Study

Arguments

source

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

Examples

Run this code
str(Study)
attach(Study)
stem(hours)
EDA(hours)
detach(Study)

Run the code above in your browser using DataLab