curling | R Documentation |
Data for women's Olympic Curling at the 2002 Winter Olympics.
data(curling)
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 by NA
) is equivalent to a
DNS
in Formula 1
curling2
, a log likelihood function on the assumption
that not attending is noninformative
curling1_maxp
and curling2_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.
Robin K. S. Hankin
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
data(curling)
dotchart(curling1_maxp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.