Learn R Programming

BSDA (version 1.01)

Grades: Test grades in a beginning statistics class

Description

Data for Exercise 1.120

Usage

Grades

Arguments

Format

A data frame with 29 observations on the following variable.

grades

a numeric vector

Examples

Run this code
# NOT RUN {
str(Grades)
attach(Grades)
EDA(grades)
detach(Grades)
# }

Run the code above in your browser using DataLab