Learn R Programming

structSSI (version 1.2.1)

gtemp: Global mean land-ocean temperature deviations

Description

Global mean land-ocean temperature deviations, measured by the Goddard Institute for Space Studies and supplied in package astsa, used in teaching Shumway and Stoffer's Time Series Analysis textbook.

Usage

data(gtemp)

Arguments

Format

A data frame with 130 observations on the following 2 variables.

year

a numeric vector

temp

a numeric vector

References

https://www.stat.pitt.edu/stoffer/tsa3/

Sankaran, K and Holmes, S. structSSI: Simultaneous and Selective Inference for Grouped or Hierarchically Structured Data. Journal of Statistical Software, 59(13), 1-21. 2014. https://jstatsoft.org/v59/i13/

Examples

Run this code
data(gtemp)
if (interactive()) {
  plot(gtemp, type = 'l')
}

Run the code above in your browser using DataLab