Learn R Programming

UsingR (version 2.0-7)

grades: Current and previous grades

Description

A dataframe of a students grade and their grade in their previous class. Graded on American A-F scale.

Usage

data(grades)

Arguments

Format

A dataframe of 122 rows with 2 columns

prev

The grade in the previous class in the subject matter

grade

The grade in the current class

Examples

Run this code
# NOT RUN {
data(grades)
table(grades)
# }

Run the code above in your browser using DataLab