Learn R Programming

BSDA (version 1.01)

Cat: Reading scores on the California achievement test for a group of 3rd graders

Description

Data for Exercise 1.116

Usage

Cat

Arguments

Format

A data frame with 17 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Cat)
attach(Cat)
stem(score)
fivenum(score)
boxplot(score,main="Problem 1.116",col="green")
detach(Cat)
# }

Run the code above in your browser using DataLab