mpb: Raw Median Percent Back

Description Usage Arguments Value See Also Examples

View source: R/median_perc_back.R

Description

Calculate the raw percent back from the median skier

Usage

1
mpb(race_data)

Arguments

race_data

data frame with race results which must contain columns time and raceid.

Value

The original data frame with a new column called mpb.

See Also

standardize_mpb

Examples

1
2
3
4
5
6
7
## Not run: 
library(dplyr)
conr <- db_xc_remote()
dat <- ss_query(conr,"select * from main where raceid = 7902")
dat %>% mpb()

## End(Not run)

joranE/statskier2 documentation built on May 19, 2019, 8:42 p.m.