Sophomor {BSDA}R Documentation

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

Description

Data for Exercise 2.42

Usage

Sophomor

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

Source

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

Examples

str(Sophomor)
attach(Sophomor)
cor(Sophomor)
detach(Sophomor)

[Package BSDA version 0.1 Index]