Learn R Programming

BSDA (version 1.01)

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

Format

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

Private

a numeric vector

Public

a numeric vector

Examples

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