standardize_mpb: Standardized Median Percent Back

Description Usage Arguments Value See Also Examples

View source: R/median_perc_back.R

Description

Standardize median percent back by season, gender and race type

Usage

1
standardize_mpb(race_data)

Arguments

race_data

data frame containing the columns gender, start, season and mpb

Value

The original data frame with the mpb column replaced by standardized values, to be on a common scale.

See Also

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() %>% standardize_mpb()

## End(Not run)

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