estimateSpeedRankings: Estimate Speed Ratings

Description Usage Arguments Examples

View source: R/estimateSpeedRankings.R

Description

This function estimates speed ratings for a course with a course correction and returns an easy to interpret data frame of results with the estimated speed ratings.

Usage

1
2
estimateSpeedRankings(race, results, courseCorrections, alpha = 4.4,
  beta = 2355, conversion = 1, week, year, ref = updatedReference)

Arguments

race

The race you would like to calculate speed ratings for

results

The master results data frame

courseCorrections

The master course corrections data frame

alpha

The number of seconds equal to one speed point

beta

The centering parameter

week

The week of the race

year

The year of the race

Examples

1
estimateSpeedRankings("9349", results, courseCorrections)

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