constructor: Formula 1 dataset: the constructors' championship

constructorR Documentation

Formula 1 dataset: the constructors' championship

Description

Race results from 2017 Formula One constructors' Championship

Usage

data(constructor)

Format

A hyper3 object that gives a likelihood function

Details

The Constructors championship runs parallel to the Formula 1 drivers' championship. Each constructor fields two drivers. We have data from 2020 and 2021, following applies to both years.

Object constructor_table_2021 is a dataframe, taken from Wikipedia, showing

Object constructor_2021_maxp gives the maximum likelihood estimate for the constructors' strengths. The first column is the name of the constructor, the next 22 show the ranks of the constructors, and the final one is the points awarded.

The corresponding hyper3 likelihood function constructor_2021 is produced by ordertable2supp3().

These objects can be generated by running script inst/race3.Rmd, which includes some further discussion and technical documentation, and creates file constructor.rda which resides in the data/ directory.

References

Wikipedia contributors. (2022, April 14). 2021 Formula One World Championship. In _Wikipedia, The Free Encyclopedia_. Retrieved 05:16, April 17, 2022, from https://en.wikipedia.org/w/index.php?title=2021_Formula_One_World_Championship&oldid=1082745216

See Also

formula1

Examples

dotchart(constructor_2021_maxp)

hyper2 documentation built on Aug. 21, 2022, 1:05 a.m.