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
Copy file name to clipboardExpand all lines: blogs/test/blog2openlandsbasics.qmd
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,15 @@ R packages are like LEGO blocks—they snap together to build something amazing.
63
63
# Other Open-Source Languages
64
64
While R excels in statistical computing and is the main open-source language currently being used in the industry, there are others:
65
65
66
-
- Python: Used extensively for machine learning, artificial intelligence, and deep learning applications. Popular for mathematics courses, processing real-world evidence data, natural language processing of medical texts, and developing prediction models for patient outcomes.
67
-
- Julia: A high-performance language specifically designed for numerical and scientific computing. Gaining traction in clinical trial simulations and complex mathematical modeling due to its exceptional speed, particularly useful for large-scale clinical trial simulations and pharmacometric analyses.
68
-
- JavaScript: Powers interactive applications and dashboards for clinical trial data visualization. Essential for creating dynamic, web-based reporting tools and interactive safety monitoring displays. Often used with R Shiny applications to enhance user interfaces.
69
-
- HTML: The foundation for web-based tasks. Essential for creating structured, accessible documentation that can be easily shared across organizations.
66
+
-**Python:** Used extensively for machine learning, artificial intelligence, and deep learning applications. Popular for mathematics courses, processing real-world evidence data, natural language processing of medical texts, and developing prediction models for patient outcomes.
67
+
-**Julia:** A high-performance language specifically designed for numerical and scientific computing. Gaining traction in clinical trial simulations and complex mathematical modeling due to its exceptional speed, particularly useful for large-scale clinical trial simulations and pharmacometric analyses.
68
+
-**JavaScript:** Powers interactive applications and dashboards for clinical trial data visualization. Essential for creating dynamic, web-based reporting tools and interactive safety monitoring displays. Often used with R Shiny applications to enhance user interfaces.
69
+
-**HTML:** The foundation for web-based tasks. Essential for creating structured, accessible documentation that can be easily shared across organizations.
70
70
71
71
# Integrated Development Environments (IDEs)
72
72
73
73
An Integrated Development Environment (IDE) is like a sophisticated text editor specifically designed for writing code. Instead of just typing R commands into a basic console, an IDE provides a complete workspace with helpful features like syntax highlighting (coloring your code for readability), error checking, code completion, and integrated help. Think of it as the difference between writing in a basic notepad versus using a modern word processor with spell check, formatting, and other helpful tools.
74
+
74
75
The right IDE can significantly improve your coding efficiency and help maintain good programming practices. It brings together all the tools you need - code editor, R console, file management, and visualization tools - into one organized interface.
75
76
76
77
# RStudio
@@ -132,7 +133,7 @@ Other IDEs are available and may be useful depending on your needs. Here are som
132
133
# Popular Packages
133
134
So you have R in the R Studio IDE, let's introduce some essential packages to start your journey.
134
135
135
-
##Base R: Your Foundation
136
+
# Base R: Your Foundation
136
137
Base R comes pre-installed with your R installation and includes fundamental tools for:
137
138
138
139
- Data structures (vectors, matrices, data frames)
@@ -237,9 +238,7 @@ That's it! You've just completed your first R analysis. From here, you can explo
237
238
# Further Reading and Links
238
239
239
240
-**Further Reading:**
240
-
241
241
"R for Data Science" by Hadley Wickham & Garrett Grolemund
242
-
243
242
- Essential guide for modern R programming
244
243
- Free online: [R for Data Science eBook](https://r4ds.hadley.nz/)
0 commit comments