You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What makes R special is its modular framework and extensibility—it's like having a basic toolkit that you can continuously enhance with specialized instruments. This is particularly valuable in clinical research, where methodological requirements can be highly specific and evolve quickly.
33
33
Did You Know? 📝 R was named after its creators' first initials (Ross Ihaka and Robert Gentleman) and as a playful reference to the S programming language it superseded.
34
34
35
-
# CRAN – the Comprehensive R Archive Network - https://cran.r-project.org/
35
+
# CRAN – the Comprehensive R Archive Network - `[CRAN](https://cran.r-project.org/)`
36
36
37
37
Your one-stop package shop!
38
38
@@ -127,7 +127,7 @@ See this helpful cheat sheet for basic commands – https://iqss.github.io/dss-w
127
127
R comes with many built-in packages. Some are loaded automatically when you start R (like stats and graphics), while others are installed but need to be loaded with library() when you need them (like survival or MASS).
128
128
While Base R is powerful, modern R programming often relies on additional packages that make coding more intuitive and efficient. This firstly leads us on to the tidyverse.
129
129
130
-
# Tidyverse: Modern Data Science Tools – https://www.tidyverse.org/
130
+
# Tidyverse: Modern Data Science Tools – `[Tidyverse](https://www.tidyverse.org/)`
0 commit comments