weather {npsm}R Documentation

January Weather Data for Kalamazoo

Description

January weather data for Kalamazoo, MI for the years 1900 to 1995. It is discussed in Example 4.7.4, page 105-106, of Kloke and McKean (2014)/Example 4.6.4, p.177-178, of Kloke and McKean (2024).

Usage

data(weather)

Format

Ninety-six observations (1900-1995) for twelve weather variables.

avemax

avemax

avemin

avemin

coldestmax

coldestmax

hihest

hihest

lowest

lowest

maxdayprec

maxdayprec

maxdaysnowfall

maxdaysnowfall

meantmp

meantmp

totalprec

totalprec

totalsnow

totalsnow

warmest

warmest

year

year

Source

http://weather-warehouse.com/WeatherHistory/

References

Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall. Kloke, J. and McKean, J.W. (2024), Nonparametric statistical methods using R, Second Edition, Boca Raton, FL: Chapman-Hall.

Examples

plot(avemax ~ year,data=weather)

[Package npsm version 2.0.0 Index]