Home Tags R

Tag: R

The Latest Trends in the Programming World

0
The beginning of a new year is when one takes stock of things. In this article, the author uses four popular ranking schemes to...

RCloud is DevOps for Data Science

0
DevOps is the collaboration between the development and deployment streams of a software system. It increases productivity by reducing the time between the development and deployment...

The Benefits of Using R for Data Science

0
Data science is an interdisciplinary field that’s required in all domains to extract meaningful insights from structured and unstructured data in order to take...

Plot Quickly and Efficiently with ggplot2 in R

0
R is an excellent environment for visualisation. The well-designed ggplot2 package with a planned structure for any kind of graphics is available in R....

Using R to Mine and Analyse Popular Sentiments

0
Public opinion is important to enterprises, politicians, governments, film stars and most of us. Opinions can be found on various social media sites. This...

Top Ten Open Source Tools for Mathematicians

0
It’s that time of the year when lists of all kinds are being made. So why not a list of open source tools to...

Get Familiar with the Basics of R

0
This article tells readers how to get their systems ready for R—how to install it and how to use a few basic commands. R is...

Understanding How a Neural Network Works Using R

0
In the simplest of terms, a neural network is a computer system modelled on the human nervous system. It is widely used in machine...

How to use text mining with R

4
The vast quantity of data, textual or otherwise, that is generated every day has no value unless processed. Text mining, which involves algorithms of...

Programming in R

1
R is a language and environment for statistical computing and graphics. It is a simple and effective programming language, which includes conditionals and loops. Often...