EX7.BIKE {regclass} | R Documentation |
BIKE dataset for Exercise 1 Chapters 7 and 8
Description
BIKE dataset for Exercise 1 Chapters 7 and 8
Usage
data("EX7.BIKE")
Format
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
Details
Identical to EX5.BIKE
except with three additional rows deleted. See that dataset for details.
[Package regclass version 1.6 Index]