EX7.BIKE: BIKE dataset for Exercise 1 Chapters 7 and 8

Description Usage Format Details

Description

BIKE dataset for Exercise 1 Chapters 7 and 8

Usage

1
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.


regclass documentation built on March 26, 2020, 8:02 p.m.

Related to EX7.BIKE in regclass...