Victoria {BSDA}R Documentation

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

Description

Data for Exercise 2.98

Usage

Victoria

Format

A data frame with 20 observations on the following 3 variables.

year
a numeric vector
level
a numeric vector
sunspot
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]