table_tennis | R Documentation |
Match outcomes from repeated singles table tennis matches
data(table_tennis)
A likelihood function corresponding to the match outcomes listed below.
There are four players, A, B, and C, who play singles table tennis matches with the following results:
A vs B, A serves, 5-1
A vs B, B serves, 1-3
A vs C, A serves, 4-1
A vs C, C serves, 1-2
As discussed in vignette table_tennis_serve
, we wish to assess
the importance of the serve. The vignette presents a number of analyses
including a profile likelihood plot.
See vignette table_tennis_serve
for an account of how to create
table_tennis
.
data(table_tennis)
dotchart(maxp(table_tennis))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.