| masterchef {hyper2} | R Documentation |
Data from Australian Masterchef Series 6
data(masterchef)
Object masterchef is a list of hyper2 objects;
masterchef_pmax and masterchef_constrained_pmax are named
vectors with unit sum.
The object is created using the code in inst/masterchef.Rmd,
which is heavily documented. Not all the information available is
included in the likelihood function as some of the early rounds result
in an unmanageably large list. Inclusion is controlled by Boolean
vector doo.
The definitive source is the coloured table on the wiki page.
Wikipedia contributors, “MasterChef Australia (series 6),” Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=MasterChef_Australia_(series_6)&oldid=758432561 (accessed January 5, 2017).
a1 <- indep(equalp(masterchef[[1]])) # equal strengths a2 <- indep(masterchef_maxp) # MLE a3 <- indep(masterchef_constrained_maxp) # constrained MLE ## Not run: # takes too long like_series(a1, masterchef) like_series(a2, masterchef) like_series(a3, masterchef) ## End(Not run)