Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 1.116

Usage

Cat

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
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