Learn R Programming

hyper2 (version 3.0-0)

table_tennis: Match outcomes from repeated table tennis matches

Description

Match outcomes from repeated singles table tennis matches

Usage

data(table_tennis)

Arguments

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

Run this code
data(table_tennis)
dotchart(maxp(table_tennis))

Run the code above in your browser using DataLab