Home Tags R Programming

Tag: R Programming

R Series: Regression

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
Welcome to a new series on ‘R, statistics and machine learning’. R is a programming language that was primarily designed for statistical computing and...