Learn R Programming

BSDA (version 0.1)

Victoria: Number of sunspots versus mean annual level of Lake Victoria Nyanza from 1902 to 1921

Description

Data for Exercise 2.98

Usage

Victoria

Arguments

source

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

Examples

Run this code
str(Victoria)
attach(Victoria)
plot(sunspot,level)
model <- lm(level~sunspot)
abline(model)
cor(sunspot,level)
model
detach(Victoria)

Run the code above in your browser using DataLab