BIKE dataset for Exercise 1 Chapters 7 and 8
data("EX7.BIKE")
A data frame with 410 observations on the following 9 variables.
Demand
a numeric vector
Day
a factor with levels Friday
Monday
Saturday
Sunday
Thursday
Tuesday
Wednesday
Workingday
a factor with levels no
yes
Holiday
a factor with levels no
yes
Weather
a factor with levels No rain
Rain
AvgTemp
a numeric vector
EffectiveAvgTemp
a numeric vector
AvgHumidity
a numeric vector
AvgWindspeed
a numeric vector
Identical to EX5.BIKE
except with three additional rows deleted. See that dataset for details.