| masterchef {hyper2} | R Documentation |
Masterchef series 6
Description
Data from Australian Masterchef Series 6
Usage
data(masterchef)
Format
Object masterchef is a list of hyper2 objects;
masterchef_pmax and masterchef_constrained_pmax are named
vectors with unit sum.
Details
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.
References
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).
See Also
Examples
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)
[Package hyper2 version 3.1-0 Index]