table_tennis {hyper2} | R Documentation |
Match outcomes from repeated table tennis matches
Description
Match outcomes from repeated singles table tennis matches
Usage
data(table_tennis)
Format
A likelihood function corresponding to the match outcomes listed below.
Details
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
.
Examples
data(table_tennis)
dotchart(maxp(table_tennis))
[Package hyper2 version 3.1-0 Index]