Skip to contents

Daily VMT quantiles for used vehicles, computed as total odometer miles divided by vehicle age in days. Only used vehicles with valid mileage and age up to 15 years are included. Percentile quantiles from the 1st through 99th are provided across various groupings of powertrain and vehicle type.

Usage

data(vmt_daily)

Format

A tibble with 5,346 rows and 4 variables:

VariableDescription
powertrainPowertrain category: "All", "Gasoline", "Battery Electric (BEV)", "BEV (Tesla)", "BEV (Non-Tesla)", "Hybrid Electric (HEV)", "Plug-In Hybrid Electric (PHEV)", "Diesel", "Flex Fuel (E85)"
vehicle_typeVehicle type: "All", "Car", "CUV", "SUV", "Pickup", "Minivan"
quantileQuantile level (1 through 99)
milesDaily vehicle miles traveled at the given quantile

Source

Computed from used vehicle listings data from Marketcheck.

Examples

data(vmt_daily)

head(vmt_daily)
#> # A tibble: 6 × 4
#>   powertrain vehicle_type quantile miles
#>   <chr>      <chr>           <dbl> <dbl>
#> 1 All        All                 1  2.72
#> 2 All        All                 2  4.64
#> 3 All        All                 3  6.05
#> 4 All        All                 4  7.25
#> 5 All        All                 5  8.23
#> 6 All        All                 6  9.07