Skip to contents

A table with information about the drivers which participated in NDS-BR

Usage

ndsdrivers

Format

A data frame with 40 rows and 11 variables:

driver_id

Unique identifier for each driver, e.g., "A", "B", "C".

sex

Gender of the driver, e.g., "F" for female, "M" for male.

age

Age of the driver, e.g., 32, 39, 20.

license_type

Type of driver's license, e.g., "B", "AB", "D".

vehicle_age

Year of the vehicle's manufacture, e.g., 2012, 2010, 2011.

app_driver

Indicates if the driver is an app driver, e.g., TRUE or FALSE.

license_date

Date when the driver was issued their license, e.g., 2009-12-17.

vehicle_brand

Brand of the vehicle, e.g., "Chevrolet", "Renault", "VW".

vehicle_model

Model of the vehicle, e.g., "Prisma 1.4L LT", "Scenic PRI 1616V".

vehicle_hp

Horsepower of the vehicle, extracted from strings like "5P/97CV".

vehicle_transmission

Type of vehicle transmission, e.g., "manual", "auto".