Tag: R Programming
R Series: Regression
In this seventeenth article in the R series, we shall learn about linear regression in R.
In statistics, regression is a way to model the...
Data Visualisation In R: Graphs
In this tenth article in the R series, we will continue to explore data visualisation in R with the lattice and ggplot2 packages.
We will...
R Testing Frameworks
In this seventh article in the ‘R, Statistics and Machine Learning’ series, we shall explore the various testing frameworks available in R, and how...
User Interfaces in R
We have covered a lot of material in the R programming language syntax such as data structures, and import and transformation of data. In...
Transforming Data with R
In this fifth article in the ‘R, Statistics and Machine Learning’ series, we shall learn the various R functions that are available to combine,...
Data Structures in R
In this third article in the ‘R, Statistics and Machine Learning’ series, we shall explore the various data structures such as vectors, arrays, matrices,...
R Series: The Syntax
In this second article in the series on ‘R, Statistics and Machine Learning’, we are going to learn the syntax of the R programming...
An Introduction to R
Welcome to a new series on ‘R, statistics and machine learning’. R is a programming language that was primarily designed for statistical computing and...