Learn R Programming

BSDA (version 0.1)

Homework: Number of hours per week spent on homework for private and public high school students

Description

Data for Exercise 7.78

Usage

Homework

Arguments

source

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

Examples

Run this code
str(Homework)
attach(Homework)
boxplot(Private,Public)
t.test(Private,Public,conf.level=.98)
detach(Homework)

Run the code above in your browser using DataLab