Learn R Programming

openintro (version 1.7.1)

stats.scores: Final exam scores for twenty students

Description

Scores range from 57 to 94.

Usage

data("stats.scores")

Arguments

Format

A data frame with 20 observations on the following variable.

scores

a numeric vector

Examples

Run this code
# NOT RUN {
data(stats.scores)
## maybe str(stats.scores) ; plot(stats.scores) ...
# }

Run the code above in your browser using DataLab