Hi Hacker News, I am doing a statistics project for some American football teams and I think it's going to require me to learn R.
Should I just learn R right away? Or should I learn another programming language first (like Python), then learn R?
I have some limited experience in Web development, doing web design and building website mainly in Word Press. As such, I know a some html, css, and Php.
Just looking to see if I could learn R without knowing much else.
I'd consider doing the Stanford Statistical Learning class which starts off with teaching you R. https://lagunita.stanford.edu/courses/HumanitiesSciences/Sta...
Also recommend Swirl, which is an interactive tutorial - http://swirlstats.com/students.html
Or you can go straight to Julia, which is a modern statistical package and language without R's quirks http://julialang.org/
If you're eventually going to put your project on the Web, or just want to learn programming the right way, might be better off doing it in python.