truck_mfg_overall {nascaR.data}R Documentation

NASCAR Truck Series Manufacturer Overall Statistics

Description

A collection of overall statistics for manufacturers in the NASCAR Truck Series. The data includes overall totals and averages for various performance metrics.

Usage

truck_mfg_overall

Format

A data frame with 5 rows and 13 variables:

manufacturer

chr: Manufacturer name

mfg_overall_races

num: Total number of races for the manufacturer

mfg_overall_wins

num: Total number of wins for the manufacturer

mfg_overall_win_pct

num: Win percentage for the manufacturer

mfg_overall_top_5

num: Total number of top 5 finishes for the manufacturer

mfg_overall_top_10

num: Total number of top 10 finishes for the manufacturer

mfg_overall_top_20

num: Total number of top 20 finishes for the manufacturer

mfg_overall_trucks_raced

num: Total number of trucks raced by the manufacturer

mfg_overall_truck_win_pct

num: Win percentage at the truck level

mfg_overall_avg_start

num: Average start position for the manufacturer

mfg_overall_avg_finish

num: Average finish position for the manufacturer

mfg_overall_laps_led

num: Total number of laps led by the manufacturer

mfg_overall_avg_laps_led

num: Average number of laps led per race for the manufacturer

Source

https://www.driveraverages.com/nascar_truckseries/

https://en.wikipedia.org/wiki/NASCAR_Craftsman_Truck_Series

Examples

data(truck_mfg_overall)

[Package nascaR.data version 1.0.0 Index]