HSAUR2 (version 1.1-17)

meteo: Meteorological Measurements for 11 Years

Description

Several meteorological measurements for a period between 1920 and 1931.

Usage

data("meteo")

Arguments

Format

A data frame with 11 observations on the following 6 variables.

year

the years.

rainNovDec

rainfall in November and December (mm).

temp

average July temperature.

rainJuly

rainfall in July (mm).

radiation

radiation in July (millilitres of alcohol).

yield

average harvest yield (quintals per hectare).

Details

Carry out a principal components analysis of both the covariance matrix and the correlation matrix of the data and compare the results. Which set of components leads to the most meaningful interpretation?

Examples

Run this code
# NOT RUN {
  data("meteo", package = "HSAUR2")
  meteo

# }

Run the code above in your browser using DataLab