Learn R Programming

DZEXPM (version 2.0)

MaxTemp03: Maximum annual temperature in the year 2003 of 76 spatially located stations in the states of Louisiana and Texas

Description

This data set contains the maximum annual temperature in the year 2003 of 76 spatially located stations in the states of Louisiana and Texas, as the response variable, and elevation as the covariate.

Usage

data("MaxTemp03")

Arguments

Format

A data frame with 76 observations on the following 7 variables.

stn

a numeric vector for the station number

temMax

a numeric vector for the maximum temperature

utmn

a numeric vector for the North UTM (UNIVERSAL TRANSVERSE MERCARTOR GRID SYSTEM)

utme

a numeric vector for the South UTM (UNIVERSAL TRANSVERSE MERCARTOR GRID SYSTEM)

lat

a numeric vector for latitude

long

a numeric vector for longitude

elevate

a numeric vector for elevation

Details

This is an illustrative data set obtained for a collection of stations in Texas and Louisiana. The collection was from the NOAA Satellite and Information Service involving global climate and weather.

References

Wang, J., Yang, M. and Majumdar, A. (2018). Comparative Study and Sensitivity Analysis of Skewed Spatial Processes. Computational Statistics, 33, 75-98.

Examples

Run this code
# NOT RUN {
data(MaxTemp03)
# }

Run the code above in your browser using DataLab