mean_max_temps: Mean Maximum Tempeartures in Europe

Description Usage Format Source References See Also Examples

Description

This data has a response Y that is the mean of the annual maximum temperatues from 1990-2010. Includes spatial coordinates and elevation. Has 942 observations containing a large cluster of observations in Germany.

Usage

1

Format

Data frame of 942 observations with temperature (temp), country (country), elevation (elev), latitude (lat), and longitude (long).

Source

European Climate Assessment (http://eca.knmi.nl/)

References

Shaby BA, Reich BJ. Bayesian spatial extreme value analysis to assess the changing risk of concurrent high temperatures across large portions of European cropland. Accepted, Environmetrics.

See Also

spacious

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(mean_max_temps)

fit <- spacious(temp~elev, data=mean_max_temps,
  S=cbind(mean_max_temps$long,mean_max_temps$lat)
)

summary(fit)

predict(fit, newdata=data.frame(elev=270), newS=cbind(50,10), interval="prediction")

## End(Not run)

jarad/spacious documentation built on May 18, 2019, 3:46 p.m.