Learn R Programming

faraway (version 1.0.7)

stat500: Marks in a statistics class

Description

Marks from Statistics 500 one year at the University of Michigan

Usage

data(stat500)

Arguments

Format

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

midterm

a numeric vector

final

a numeric vector

hw

a numeric vector

total

a numeric vector

Examples

Run this code
data(stat500)
## maybe str(stat500) ; plot(stat500) ...

Run the code above in your browser using DataLab