Course Units

How-to Base R

Find out how this course is supposed to work

01 R Introduction

Learn about R and R Studio

02 Data Types

Learn about different levels of measurements and how information is arranged in data types in R.

03 Objects Types

Discover different types of data storing in objects.

04 Indexing, Subsetting and Sorting

Learn how to access single and multiple elements.

05 In- and Output of data

Learn what a csv file is and how to use it in a dataframe.

06 Manipulating Data

At the end of this unit you should know how to sort, bind and merge specific datum in vectors, lists, matrices and data.frames.

07 Simple Visualizations

Learn about basic graphs in R

08 Conditions

You will learn about operators, implementing if/else statements, and employing while loops for iterative task.

09 Automation

You will learn how to automate tasks: delving into for loops, utilizing apply functions, and creating your own functions.

Assignments

general information on assignments and tasks can be found here

Excursion: Maps & Models Marked Assignments/Projects Good practices