If Else in R – A Tutorial

In this tutorial we’ll look at if..else in R conditional statements

We will start with introduction to conditional statements and then cover different versions of an if statement in R.  The different versions are: the simple if statement, if-else statement, if else function and nested if-else statement. The concepts are similar to R programming.

(more…)

Descriptive Statistics in R – An Introduction

Before diving into Descriptive Statistics in R we will first look at the different sources and types of data and focus on data measurement scales. To summarise data we will study various measures of central tendency and measures of variation.

(more…)