Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.25

Usage

Study

Arguments

Format

A data frame with 50 observations on the following variable.

hours

a numeric vector

Examples

Run this code
# NOT RUN {
str(Study)
attach(Study)
stem(hours)
EDA(hours)
detach(Study)
# }

Run the code above in your browser using DataLab