Learn R Programming

BSDA (version 1.01)

Sophomor: Grade point averages, SAT scores and final grade in college algebra for 20 sophomores

Description

Data for Exercise 2.42

Usage

Sophomor

Arguments

Format

A data frame with 20 observations on the following 4 variables.

Student

a numeric vector

GPA

a numeric vector

SAT

a numeric vector

Exam

a numeric vector

Examples

Run this code
# NOT RUN {
str(Sophomor)
attach(Sophomor)
cor(Sophomor)
detach(Sophomor)
# }

Run the code above in your browser using DataLab