courseCorrectionDiagPlot: Visualize Quality of Estimates

Description Usage Arguments Value Examples

View source: R/courseCorrectionDiagPlot.R

Description

This function estimates and returns the course correction parameter, gamma, for courses that are not the base course.

Usage

1
2
courseCorrectionDiagPlot(results, references, alpha = 4.4, beta = 2355,
  gamma)

Arguments

results

The results for the race you are speed rating

alpha

The number of seconds one speed rating point is equal to

beta

The number of seconds marking the zero point of the scale

gamma

The course correction parameter

reference

The data frame of expected performances

Value

A plot of expected speed rating against time with a line visualizing estimated speed ratings

Examples

1
getCourseCorrection(results = geneseo16, alpha = 4.4, beta = 2355, lower_thresh = 0.1, upper_thresh = 0.95, baseID = "mGeneseo15", baseIntercept = 1527.197)

sf585978/speedR documentation built on Nov. 25, 2019, 10:10 p.m.