lottaStats: Put Other Statistic Functions Together...and Add a Little...

Description Usage Arguments Value Examples

View source: R/lottaStats.R

Description

Put Other Statistic Functions Together...and Add a Little More

Usage

1
lottaStats(stage = 1, rankSysName = "all")

Arguments

stage

Either 1 or 2, denotes the stage of the competition to use data from. Default is 1.

rankSysName

The ranking system name(s) to filter the data by. Defaults to all, so all systems are used.

Value

A dataframe containing average per-game statistics, average rankings, conference, team name, seed (NA if they didn't make the tournament), and if the team won the conference tournament for each team in each season.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#get all the variables using stage 2 data and all ranking systems
## Not run: 
bigStats <- lottaStats(stage = 2, rankSysName = "all")

## End(Not run)

#use stage 1 data and only the Massey (MAS) rankings
## Not run: 
bigStats2 <- lottaStats(stage = 1, rankSysName = "MAS")

## End(Not run)

npeters1322/bRacketbusteRs documentation built on Dec. 22, 2021, 3:14 a.m.