Tv {BSDA} | R Documentation |
Data for Examples 2.1 and 2.7
Tv
A data frame/tibble with 53 observations on three variables
U.S. state
percent of students who watch more than six hours of TV a day
state average on national math test
Educational Testing Services.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(test ~ percent, data = Tv, col = "blue")
cor(Tv$test, Tv$percent)