{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "# DU Bii - module 3: R and stats\n", "---\n", "## **Session 1: tutorial on dataframes**\n", "*Wednesday 3rd of March, 2021*\n", "\n", "teachers: Claire Vandiedonck & Anne Badel; helpers: Antoine Bridier-Nahmias, Bruno Toupace, Clémence Réda, Jacques van Helden\n", "\n", "*Content of this tutorial:*\n", "\n", "1. Some reminders on R basics\n", " 1.0. What is R?\n", " 1.1. R as a calculator \n", " 1.2. Assigning data to R objects, using and reading them \n", " 1.3. Managing your session\n", " 1.4. Managing objects in your R Session\n", " 1.5. Saving your data, session, and history\n", " a. Data: specific variables or functions to save\n", " b. Session: save all variables and functions\n", " c. History: save all past commands\n", " 1.6. Classes and types of R objects\n", " a. classes of objects\n", " b. main data structures in R\n", " 1.Vectors\n", " 2.Matrices\n", "2. Dataframes\n", " 2.1. Creating a dataframe\n", " 2.2. Reading a text file into RData\n", " 2.3. Subsetting a dataframe on several criteria\n", " 2.4. Merging dataframes\n", " 2.5. Some basic plotting\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "## **Before going further**\n", "\n", "