Learn R Programming

BSDA (version 1.01)

Test1: Grades on the first test in a statistics class

Description

Data for Exercise 5.80

Usage

Test1

Arguments

Format

A data frame with 25 observations on the following variable.

test1

a numeric vector

Examples

Run this code
# NOT RUN {
str(Test1)
attach(Test1)
EDA(test1)
detach(Test1)
# }

Run the code above in your browser using DataLab