mlbBatProjection: mlb Bat Projections Function

Description Usage Arguments Value Examples

View source: R/mlbBatsProjectionFunction2018.R

Description

mlb Bat Projections Function

Usage

1
2
mlbBatProjection(pDate = "6_10_2018", gameSlate = "Main",
  batModel = "svmFit.actual6_11_18", labModel = "mainBae")

Arguments

pDate

gameDate

gameSlate

.."Main","Turbo","Afternoon","Allday","Night"...etc

batModel

the model used to mak projections. Saved in ~/MLB_Daily/machineLearning/hitters/

labModel

name of the fantasyLabs model used in the projections model training...default "mainBae"..6_11_2018

Value

saves csv file with projections to ~/MLB_Daily/dfsProjections/hitters/ and returns the data.frame in the r console

Examples

1
mlbBatProjection(pDate="6_10_2018",gameSlate="Main",batModel="svmFit.actual6_11_18",labModel="mainBae")

benjaminryanclarke/rDailyFantasy documentation built on May 24, 2019, 7:53 a.m.