venice | R Documentation |
The ten highest annual sea levels (cm) at Venice, from 1887–1981.
data(venice)
A data frame with 95 observations on the following 11 variables.
1887–1981
Annual maximum sea level (cm)
Second largest sea level (cm)
Third largest sea level (cm)
Fourth largest sea level (cm)
Fifth largest sea level (cm)
Sixth largest sea level (cm)
Seventh largest sea level (cm)
Eighth largest sea level (cm)
Ninth largest sea level (cm)
Tenth largest sea level (cm)
There are missing values in 1922 and 1935.
Pirazzoli, P. A. (1982) Maree estreme a Venezia (periodo 1872–1981). Acqua Aria, 10, 1023–1039.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 162.
data(venice)
attach(venice)
y <- y1[year>1930] # for analysis in Section 5 of Davison (2003)
x <- year[year>1930]-1956
plot(x+1956,y,ylab="Sea level (cm)",xlab="Year")
lm(y~x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.