Learn R Programming

hyper2 (version 3.0-0)

surfing: Surfing dataset

Description

Data from the 2019 World Surf League (WSL) tour

Usage

data(surfing)

Arguments

Author

Robin K. S. Hankin

Details

The package contains four datasets from WSL 2019:

  • surfing, a log likelihood function for the strengths of the competitors

  • surfing_maxp, corresponding precalculated evaluate

  • surfing_venuetypes, a dataframe showing the beach types at the different venues of the tour

These objects can be generated by running script inst/surfing.Rmd, which includes some further discussion and technical documentation and creates file surfing.rda which resides in the data/ directory.

Examples

Run this code
dotchart(surfing_maxp)

Run the code above in your browser using DataLab