R Language

Statistics and Programming

Unraveling R data types – The Vectors – A gentle introduction

The first step in learning R programming is getting familiar with basic R objects and their structure. The fundamental data object in R is a vector. In this article we will define the R objects, create different types of vector objects and understand some of its properties. What is R Object? When R is running, …

Unraveling R data types – The Vectors – A gentle introduction Read More »

Getting started with R – Part 2: RStudio installation guide

This is the second post in the “Getting Started with R Programming” series. In the previous post, we discussed the processes for getting the R programme from the CRAN website. We also constructed simple R code, created a scatter plot, and stored the code in .R source file.The R programme features a very simple graphical …

Getting started with R – Part 2: RStudio installation guide Read More »

Scroll to Top