Learn R Programming

BSDA (version 1.01)

Entrance: College entrance exam scores for 24 high school seniors

Description

Data for Example 1.8

Usage

Entrance

Arguments

Format

A data frame with 24 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Entrance)
attach(Entrance)
stem(score)
detach(Entrance)
# }

Run the code above in your browser using DataLab