Welcome to the Introduction to Data Science Workshop Series! In this comprehensive guide, you'll find all the information you need to get started with our workshop series. We'll not only provide an overview of the workshops but also offer step-by-step instructions on how to install R and RStudio, the essential tools for your data science journey.
Our Introduction to Data Science Workshop Series is designed for beginners who want to dive into the exciting world of data science. You'll learn the fundamentals of data analysis, data visualization, and statistical techniques using the R programming language. The series is structured into three workshops:
-
Workshop 1: Introduction to RStudio
- Learn the basics of R and its data structures.
- Understand how to read data.
- Get hands-on experience with basic data analysis.
-
Workshop 2: Exploratory Data Analysis
- Gain proficiency in exploratory data analysis.
- Learn how to create compelling data visualization.
- Discover how to handle missing data.
-
Workshop 3: Statistical Inference and Predictive Modelling
- Explore how to interpret data.
- Create your own prediction models.
- Bring everything together with a mini data science project.
Now, let's get you set up with R and RStudio for a smooth workshop experience.
Please follow the 3 step guide below on how to install R and RStudio on your computer. For reference, here are some YouTube links that can walk you through the same process:
- How to install R (Mac): https://www.youtube.com/watch?v=DtEc3t_zEPg
- How to install RStudio (Mac): https://www.youtube.com/watch?v=n8kP7c_QbLA
- How to install R and RStudio (Windows): https://www.youtube.com/watch?v=YrEe2TLr3MI
-
Step 1: Install R
- Visit the R Project website: https://cran.r-project.org/mirrors.html
- Click on "Download R for MacOS".
- Download the R installation package specific to your Mac OS version.
- Open the downloaded .pkg file and follow the installation instructions.
-
Step 2: Install RStudio
- Visit the RStudio download page: https://www.rstudio.com/products/rstudio/download/
- Download the RStudio Desktop version for Mac.
- Open the downloaded .dmg file, drag the RStudio icon to your Applications folder.
-
Step 3: Verify Installation
- Open RStudio from your Applications folder.
- In the console, you can type R.version to check if R is properly installed.
- In the RStudio console, you can also type 1 + 1 to check if RStudio is working.
-
Step 1: Install R
- Visit the R Project website: https://cran.r-project.org/mirrors.html
- Click on "Download R for Windows".
- Click on "base".
- Download the R installation package for Windows.
- Run the downloaded .exe file and follow the installation instructions.
-
Step 2: Install RStudio
- Visit the RStudio download page: https://www.rstudio.com/products/rstudio/download/
- Scroll down the page and download the RStudio Desktop version for Windows.
- Open the downloaded .exe file and follow the installation instructions.
-
Step 3: Verify Installation
- Open RStudio from your Start menu.
- In the console, you can type R.version to check if R is properly installed.
- In the RStudio console, you can also type 1 + 1 to check if RStudio is working.
With R and RStudio successfully installed, you're now equipped to embark on your data science journey with our workshop series. Each workshop will guide you through essential data science concepts and practical skills to help you make data-driven decisions and unlock insights from your data.
Let's get started on your path to becoming a data scientist!