Learn R Programming

BSDA (version 1.01)

Statisti: Test scores for two beginning statistics classes

Description

Data for Exercises 1.70 and 1.87

Usage

Statisti

Arguments

Format

A data frame with 31 observations on the following 2 variables.

Class1

a numeric vector

Class2

a numeric vector

Examples

Run this code
# NOT RUN {
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