Skip to content

R Programming

Posted on:December 21, 2022

This tutorial draws comparisons to Python, another popular language in data science. If you know Python, this tutorial will aid in quickly getting started with R.

Introduction: Basic Syntax

  1. Setup
  2. Hellow World
  3. Data Structures
  4. Control Flow
  5. Functions
  6. Object-Oriented Programming

Application: Data Analysis

  1. Data Wrangling
  2. Data Visualization
  3. Regression Analysis

References