Learn R Programming

BSDA (version 0.1)

Statisti: Test scores for two beginning statistics classes

Description

Data for Exercises 1.70 and 1.87

Usage

Statisti

Arguments

source

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

Examples

Run this code
str(Statisti)
attach(Statisti)
boxplot(Class1,Class2,names=c("Class 1","Class 2"),col=c("red","blue"),
main="Problem 1.87")
detach(Statisti)

Run the code above in your browser using DataLab