Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

five.yr.temperature

Five years of weather in New York City


Description

Five years of maximum temperatures in New York City

Usage

data(five.yr.temperature)

Format

A data frame with 2,439 observations on the following 3 variables.

days

Which day of the year

years

The year

temps

Maximum temperature

Source

Dataset found on the internet, but original source is lost.

Examples

data(five.yr.temperature)
attach(five.yr.temperature)
scatter.smooth(temps ~ days,col=gray(.75))
lines(smooth.spline(temps ~ days), lty=2)
lines(supsmu(days, temps), lty=3)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.