| curling {hyper2} | R Documentation |
Curling at the Winter Olympics, 1998-2018
Description
Data for women's Olympic Curling at the 2002 Winter Olympics.
Usage
data(curling)
Details
There are five datasets loaded by data("curling"):
-
curling_table, an order table for Winter Olympics years 1998,2002,2006,2010,2014, and 2018 for 13 countries. -
curling1, a log likelihood function on the assumption that not attending (indicated byNA) is equivalent to aDNSin Formula 1 -
curling2, a log likelihood function on the assumption that not attending is noninformative -
curling1_maxpandcurling2_maxp, corresponding evaluates
These objects can be generated by running script
inst/curling.Rmd, which includes some further discussion and
technical documentation and creates file curling.rda which
resides in the data/ directory.
Author(s)
Robin K. S. Hankin
References
-
Wikipedia contributors. Curling at the Winter Olympics [Internet]. Wikipedia, The Free Encyclopedia; 2021 Jan 7, 14:23 UTC [cited 2021 Jan 21]. Available from: https://en.wikipedia.org/w/index.php?title=Curling_at_the_Winter_Olympics&oldid=998891075
Examples
data(curling)
dotchart(curling1_maxp)