๐ŸŽฌ
Data Science - Wintersemester 24/25
  • Welcome
  • Whatโ€™s Data Science and How Do I Do It?
    • ๐Ÿ“†Timeline
    • ๐Ÿดโ€โ˜ ๏ธR Overview
      • ๐Ÿ“ฉInstallation
      • ๐Ÿˆโ€โฌ›GitHub Setup
      • ๐Ÿฅ—DataCamp Courses
    • ๐ŸPython Overview
      • ๐Ÿ“ฉInstallation
      • ๐Ÿˆโ€โฌ›GitHub Setup
      • ๐Ÿ“ฆVirtual Environment Setup
      • ๐Ÿฅ—DataCamp Courses
  • Introduction to Your Project
    • About the Project Guide
    • What is this Project About?
  • Exploratory Data Analysis (EDA)
    • Getting started
    • Discovering the Data ๐Ÿ”Ž
      • Initial Exploration Tasks
      • Initial Data Visualization
    • Data Cleaning and Transformation
      • Cleaning the Crime Dataset๐Ÿ‘ฎ๐Ÿผ
      • Cleaning the Weather Dataset๐ŸŒฆ๏ธ
    • Data Visualization
      • Crime Rate Over Time
      • Crime Types
    • Grouping and Merging Data
    • Linear Regression
    • Impress us!
    • Internship Complete!
  • Advanced
    • Introduction
    • K-Means Clustering
      • The Clustering Model
      • Visualize the clusters
    • Impress us!
  • โœ…Exercise Checklist
  • Legal Disclaimer
Powered by GitBook
On this page
  1. Whatโ€™s Data Science and How Do I Do It?
  2. R Overview

Installation

PreviousR OverviewNextGitHub Setup

Last updated 6 months ago

R Studio

Setting Up your Programming Environment

Before you can use R, you usually have to install some separate programs locally on your computer. Typically, you first install a of R. In theory, you can then start programming, but we would not recommend you to use R just like that. It is challenging to carry out an entire project with a "raw" version of R. That's why there is , a free Integrated Development Environment (IDE) for R, and it is much easier to use and nicer to look at!

If you have not set up your environment, follows the steps below for your respective language.

๐Ÿดโ€โ˜ ๏ธ
๐Ÿ“ฉ
"raw" version
RStudio