Object formula1
is a hyper2
object that gives a likelihood
function for the strengths of the competitors of the 2017 Formula One
(Drivers') World Championship. Object F1_table_2017
is an order table: a
data frame with rows being drivers, columns being venues, and entries
being places. Thus looking at the first row, first column we see that
Hamilton placed second in Austria.
Object F1_table_2017
is simply the first 20 columns of
read.table(inst/formula1_2017.txt)
and object
F1_points_2017
is column 21. The likelihood function
formula1
is ordertable2supp(F1_table_2017)
.
Function formula1_points_system()
gives various possible points
systems for the winner, second, third, etc, placing drivers.
The constructors' championship is discussed at constructor.Rd