Description Usage Arguments Value
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)
1 | trip_speed(age, sex, bike_type)
|
age |
Individual age: 16.59 or 60plus |
sex |
Male or Female |
bike_type |
0 for pedal and 1 for ebike |
Trip Speed based on age, sex and bike_type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.