@@ -102,42 +102,42 @@ wilcox.loc <- function(vec, na.rm = FALSE, w = NULL){
102102# ' FFToday = 0.379, NumberFire = 0.322, FantasyPros = 0.000,
103103# ' FantasySharks = 0.327, FantasyFootballNerd = 0.000,
104104# ' Walterfootball = 0.281, RTSports = 0.330,
105- # ' FantasyData = 0.428, Fleaflicker = 0.428)}
105+ # ' FantasyData = 0.428, Fleaflicker = 0.428, FanDuel = 0.322 )}
106106default_weights <- c(CBS = 0.344 , Yahoo = 0.400 , ESPN = 0.329 , NFL = 0.329 ,
107107 FFToday = 0.379 , NumberFire = 0.322 , FantasyPros = 0.000 ,
108108 FantasySharks = 0.327 , FantasyFootballNerd = 0.000 ,
109109 WalterFootball = 0.281 , RTSports = 0.330 ,
110- FantasyData = 0.428 , FleaFlicker = 0.428 )
110+ FantasyData = 0.428 , FleaFlicker = 0.428 , FanDuel = 0.322 )
111111
112112# ' Default Weights for Projection Sources
113113# '
114114# ' Object with default weights for each position by source
115115default_weights_by_src = list (
116- QB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
116+ QB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
117117 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
118118 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
119- RB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
119+ RB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
120120 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
121121 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
122- WR = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
122+ WR = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
123123 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
124124 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
125- TE = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
125+ TE = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
126126 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
127127 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
128- DST = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
128+ DST = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
129129 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
130130 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
131- K = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
131+ K = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
132132 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
133133 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
134- DB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
134+ DB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
135135 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
136136 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
137- DL = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
137+ DL = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
138138 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
139139 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 ),
140- LB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 ,
140+ LB = c(CBS = 0.5 , Yahoo = 0.5 , ESPN = 0.5 , NFL = 0.5 , FFToday = 0.5 , FanDuel = 0.5 ,
141141 NumberFire = 0.5 , FantasyPros = 0.5 , FantasySharks = 0.5 , FantasyFootballNerd = 0.5 ,
142142 WalterFootball = 0.5 , RTSports = 0.5 , FantasyData = 0.5 , FleaFlicker = 0.5 )
143143)
0 commit comments