Race results from 2017 Formula One constructors' Championship
data(constructor)
A hyper3
object that gives a likelihood function
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.
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
formula1
dotchart(constructor_2021_maxp)
Run the code above in your browser using DataLab