r4ds
R for data science: a book (by hadley)
r4ds | R-vs.-Python-for-Data-Science | |
---|---|---|
166 | 2 | |
4,860 | 438 | |
0.5% | 0.0% | |
6.3 | 5.5 | |
17 days ago | over 1 year ago | |
R | ||
GNU General Public License v3.0 or later | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
r4ds
Posts with mentions or reviews of r4ds.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-18.
-
Visualizing Data on a Mesh with Displacement Mapping in R
My personal favorite resource is "R for Data Science" by Hadley Wickham. It covers lots of nice data manipulation and visualization examples, and provides a good introduction to the tidyverse, which is a particular dialect of R that's well-suited for data analysis. It's available for free at:
https://r4ds.hadley.nz/
For more specialized analytical methods there are lots of textbooks out there that provide a deep dive into packages for a specific field (e.g. survival analysis, machine learning, time series), but for general data manipulation and visualization it's hard to beat R4DS.
- Ask HN: Learning Maths from the Ground Up
-
Any suggestions on where I can learn R studio for an affordable cost?
https://r4ds.hadley.nz is free and very good
-
Help with Understanding data loading/cleaning in R.
R for Data Science teaches you the tidyverse packages, which makes data wrangling so much easier!
-
Learning R & statistics
One of the best free resources is the R4DS book by Hadley Wickham. You should make sure you start with the in progress second edition. https://r4ds.hadley.nz/
- Trying to learn Rstudio
- Questions as incoming PhD political science student
-
First R project
The first edition of R4DS is quite old now. Check out the soon to be released second edition: https://r4ds.hadley.nz/
-
Is R dead?
R for Data Science (2nd Ed), the updated guide from Hadley Wickham
-
[Career] Strong Mathematics Background, Limited "Technical" Background
The big skills gap you have is in practical data exploration and transformation, which will be a large part of any data-centric role. As much as people may have distaste for it, there is no avoiding data manipulation as critical foundational enabler of all inferential and predictive modeling work. SQL is the lingua franca here and well worth picking up the basics (joins, window functions, handling dates and times, etc.), plus learning how to implement similar transformations in R and Python. With appropriately transformed data, you then need to be able to visualize it effectively using tools like Tableau or ggplot2 in R. I would not necessarily seek courses or certificates in it but expect to be evaluated on them in technical interview screenings, so self-study accordingly. R for Data Science by Hadley Wickham is a great free resource for these topics for R.
R-vs.-Python-for-Data-Science
Posts with mentions or reviews of R-vs.-Python-for-Data-Science.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
What are some alternatives?
When comparing r4ds and R-vs.-Python-for-Data-Science you can also consider the following projects:
ggplot2-book - ggplot2: elegant graphics for data analysis
fasteR - Fast Lane to Learning R!
db-benchmark - reproducible benchmark of database-like ops
swirl - :cyclone: Learn R, in R.
design - Tidyverse design principles