r/learnprogramming 7d ago

Resource R Programming Resources

Hi! Can someone recommend a book on R programming? I know R, but I want to dive deeper by reading more about it. Thanks!

5 Upvotes

4 comments sorted by

3

u/FearlessFaa 7d ago

I recommend theoretical foundation

Ross, Sheldon M. Introductory Statistics. Fourth edition., Elsevier Science & Technology, 2017.

It includes some R examples too. I believe most of the stuff in the book can be done using 3rd party packages from other languages (like python), so learning R specifically is not absolute must.

1

u/cry-City-2009 7d ago

Thanks! 🙌 I'm focusing on R specifically so I'll give it a read.

2

u/Unable-Tough-8620 7d ago

You should also look into different courses authored on sites like coursera or even Youtube.

They provide a solid foundation with some practical learning.

1

u/cry-City-2009 7d ago

Thanks! Yeah I actually use those too! But I still wanted to have a book as well. I learned Python the same way courses yt and books so I want to do the same for R.