Learn R Programming

BSDA (version 0.1)

Tv: Percent of students that watch more than 6 hours of TV per day versus national math test scores

Description

Data for Examples 2.1 and 2.7

Usage

Tv

Arguments

source

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

Examples

Run this code
str(Tv)
attach(Tv)
plot(percent,test,col="blue")
cor(percent,test,use="complete.obs")
detach(Tv)

Run the code above in your browser using DataLab