Closed Ariel225 closed 8 years ago
Hey Ariel,
Thanks for the comment. The scripts are currently out-of-date because we’ve been working on getting the tools ready for draft season. We have plans to update the scripts on the repo after we finish the tools. The error suggests that not all of the variables (varNames) are in the projections_fp object. I'd first make sure that all of those variables are in the data table (you may have to create blank columns for those projected stat categories that FantasyPros doesn't have).
Hope that helps, Isaac
This is fixed with our new ffanalytics R package: http://fantasyfootballanalytics.net/2016/06/ffanalytics-r-package-fantasy-football-data-analysis.html
Thanks! -Isaac
Hi,
I'm new at commenting on GitHub, so forgive me if I'm not doing this right.
When I get to line 125:
I get the following error
Error in
[.data.frame
(projections_fp, , c(prefix, paste(varNames, suffix, : undefined columns selectedWhat's going on?
Thanks.