bike_share: Bike Sharing data

Description Usage Format Details Source References Examples

Description

Bike Sharing data

Usage

1
data("bike_share")

Format

A data frame with 17379 observations on the following 13 variables.

date

a Date

season

a factor with levels 1 2 3 4

hour

a numeric vector

holiday

a numeric vector

day_of_week

a numeric vector

working_day

a numeric vector

weather_type

a numeric vector

temp_F

a numeric vector

temp_feels_F

a numeric vector

wind_speed

a numeric vector

casual_users

a numeric vector

registerd_users

a numeric vector

total_users

a numeric vector

Details

Bike Sharing data

Source

https://data.world/data-society/capital-bikeshare-2011-2012

References

https://data.world/data-society/capital-bikeshare-2011-2012

Examples

1
2
data(bike_share)
## maybe str(bike_share) ; plot(bike_share) ...

sciprojguy/regressR documentation built on Nov. 20, 2019, 12:05 a.m.