Forum:Best book introducing R programming?
2
1
Entering edit mode
24 months ago
Scottie ▴ 10

Hi. I am an undergraduate student and am interested in learning how to program in R. Could anyone recommend a book for beginners who have coding experience in C++ and Python that provides great example code, practice problems and solutions?

coding R • 1.1k views
ADD COMMENT
0
Entering edit mode

Are you looking to get into the field of bioinformatics? I ask because this is a bioinformatics forum and you might be better off asking elsewhere if you're looking at a different field as your endgame.

ADD REPLY
0
Entering edit mode

Yes. I am working on a B.S. in bioinformatics.

ADD REPLY
3
Entering edit mode
24 months ago

R in a Nutshell is my go-to reference book when I want to dig deep into base R. The Hadley Whickam books R for Data Science and Advanced R are also fantastic introductions to R and the internals of R with a focus on the tidyverse, although it does go over a lot of base R concepts also. If you want to get into R stats, An Introduction to Statistical Learning in R is a must read.

ADD COMMENT
0
Entering edit mode

Thank you!

ADD REPLY
1
Entering edit mode
24 months ago
Minh-Anh ▴ 10

What makes R great is thanks to the powerful tidyverse package. So for general purpose data science, I've learned it through a combination of books but mostly R for data science and ModernDive while Yarrr teaches base R.

For specifically programming, Advanced R deals with it and has some recommendations.

It's maybe not the answer you were looking for but the question was vague enough.

ADD COMMENT

Login before adding your answer.

Traffic: 2747 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6