trip_speed: Trip Speed

Description Usage Arguments Value

Description

Calculates speed of a cycling trip, based on following parameters:
1. age: With two categories 16-59 and 60+ year olds
2. gender: Male or Female
3. bike_type: A boolean variable whether it's a pedal bike (0) or an ebike (1)

Usage

1
trip_speed(age, sex, bike_type)

Arguments

age

Individual age: 16.59 or 60plus

sex

Male or Female

bike_type

0 for pedal and 1 for ebike

Value

Trip Speed based on age, sex and bike_type


ITHIM/scenic documentation built on May 8, 2019, 1:39 p.m.